Html Css Color HEX #9BCFDE Regent St Blue

📋 copy color: '#9BCFDE'

red 155 ◦ green 207 ◦ blue 222

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

Shades of Regent St Blue #9BCFDE

Tints of Regent St Blue #9BCFDE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.45%

 BLUE value IS 222 (87.11% from 255) = 38.01%

R = 26.54%
G = 35.45%
B = 38.01%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9BCFDE (or 0x9BCFDE) is known color: Regent St Blue. HEX triplet: 9B, CF and DE. RGB value is (155,207,222). Sum of RGB (Red+Green+Blue) = 155+207+222=584 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.54% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 222 (87.11% from 255 or 38.01% from 584); Max value from RGB is 222 - color contains mainly: blue. Hex color #9BCFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCFDE is #643021. Grayscale: #C1C1C1. Windows color (decimal): -6565922 or 14602139. OLE color: 14602139.

HSL color Cylindrical-coordinate representation of color #9BCFDE: hue angle of 193.43º degrees, saturation: 0.5, 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 #9BCFDE is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 207 222 -
CMYK 0.30 0.07 0 0.13
HSL 193.43º 0.5% 0.74% -
HSV(B) 193.43º 0.3% 0.87% -
XYZ 49.02 56.87 77.5 -
YUV 193.16 144.27 100.78 -
System Red Green Blue C M Y K H S L
Decimal 155 207 222 0.30 0.07 0 0.13 193.43 0.5 0.74
Hex 9B CF DE 1E 7 0 D C1 32 4A
Octal 233 317 336 36 7 0 15 301 62 112
Binary 10011011 11001111 11011110 11110 111 0 1101 11000001 110010 1001010

Color Harmonies of #9BCFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCFDE

Black with #9BCFDE

Text Example


Text Example

White with #9BCFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,207,222); }

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

background-color css

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

 a { background-color: rgb(155,207,222); }

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

border-color css

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

 span { border-color: rgb(155,207,222); }

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