Html Css Color HEX #9BCADF Regent St Blue

📋 copy color: '#9BCADF'

red 155 ◦ green 202 ◦ blue 223

#9BCADF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regent St Blue #9BCADF

Tints of Regent St Blue #9BCADF

RGB

 RED value IS 155 (60.94% from 255) = 26.72%

 GREEN value IS 202 (79.3% from 255) = 34.83%

 BLUE value IS 223 (87.5% from 255) = 38.45%

R = 26.72%
G = 34.83%
B = 38.45%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9BCADF (or 0x9BCADF) is known color: Regent St Blue. HEX triplet: 9B, CA and DF. RGB value is (155,202,223). Sum of RGB (Red+Green+Blue) = 155+202+223=580 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.72% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #9BCADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCADF is #643520. Grayscale: #BEBEBE. Windows color (decimal): -6567201 or 14666395. OLE color: 14666395.

HSL color Cylindrical-coordinate representation of color #9BCADF: hue angle of 198.53º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BCADF is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 202 223 -
CMYK 0.30 0.09 0 0.13
HSL 198.53º 0.52% 0.74% -
HSV(B) 198.53º 0.3% 0.87% -
XYZ 47.96 54.54 77.81 -
YUV 190.34 146.43 102.79 -
System Red Green Blue C M Y K H S L
Decimal 155 202 223 0.30 0.09 0 0.13 198.53 0.52 0.74
Hex 9B CA DF 1E 9 0 D C7 34 4A
Octal 233 312 337 36 11 0 15 307 64 112
Binary 10011011 11001010 11011111 11110 1001 0 1101 11000111 110100 1001010

Color Harmonies of #9BCADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCADF

Black with #9BCADF

Text Example


Text Example

White with #9BCADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BCADF; }

 p { color: rgb(155,202,223); }

 H1.HeaderClassName
 {
   color: #9BCADF;
 }
 .AnyTagClassName
 {
   color: #9BCADF;
 }
</style>

background-color css

<style>
 a { background-color: #9BCADF; }

 a { background-color: rgb(155,202,223); }

 div.DivClassName
 {
   background-color: #9BCADF;
 }
 .BgClassName
 {
   background-color: #9BCADF;
 }
</style>

border-color css

<style>
 span { border-color: #9BCADF; }

 span { border-color: rgb(155,202,223); }

 td.TdClassName
 {
   border-color: #9BCADF;
 }
 .TagClassName
 {
   border-color: #9BCADF;
 }
</style>