Html Css Color HEX #9DCBEF Sail

📋 copy color: '#9DCBEF'

red 157 ◦ green 203 ◦ blue 239

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

Shades of Sail #9DCBEF

Tints of Sail #9DCBEF

RGB

 RED value IS 157 (61.72% from 255) = 26.21%

 GREEN value IS 203 (79.69% from 255) = 33.89%

 BLUE value IS 239 (93.75% from 255) = 39.9%

R = 26.21%
G = 33.89%
B = 39.9%

CMYK

 C value IS 0.34

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9DCBEF (or 0x9DCBEF) is known color: Sail. HEX triplet: 9D, CB and EF. RGB value is (157,203,239). Sum of RGB (Red+Green+Blue) = 157+203+239=599 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.21% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #9DCBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCBEF is #623410. Grayscale: #C1C1C1. Windows color (decimal): -6435857 or 15715229. OLE color: 15715229.

HSL color Cylindrical-coordinate representation of color #9DCBEF: hue angle of 206.34º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DCBEF is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 157 203 239 -
CMYK 0.34 0.15 0 0.06
HSL 206.34º 0.72% 0.78% -
HSV(B) 206.34º 0.34% 0.94% -
XYZ 50.84 56.11 89.81 -
YUV 193.35 153.76 102.07 -
System Red Green Blue C M Y K H S L
Decimal 157 203 239 0.34 0.15 0 0.06 206.34 0.72 0.78
Hex 9D CB EF 22 F 0 6 CE 48 4E
Octal 235 313 357 42 17 0 6 316 110 116
Binary 10011101 11001011 11101111 100010 1111 0 110 11001110 1001000 1001110

Color Harmonies of #9DCBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCBEF

Black with #9DCBEF

Text Example


Text Example

White with #9DCBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,203,239); }

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

background-color css

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

 a { background-color: rgb(157,203,239); }

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

border-color css

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

 span { border-color: rgb(157,203,239); }

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