Html Css Color HEX #9DCFEA Sail

📋 copy color: '#9DCFEA'

red 157 ◦ green 207 ◦ blue 234

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

Shades of Sail #9DCFEA

Tints of Sail #9DCFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.13%

R = 26.25%
G = 34.62%
B = 39.13%

CMYK

 C value IS 0.33

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9DCFEA (or 0x9DCFEA) is known color: Sail. HEX triplet: 9D, CF and EA. RGB value is (157,207,234). Sum of RGB (Red+Green+Blue) = 157+207+234=598 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.25% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 234 - color contains mainly: blue. Hex color #9DCFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCFEA is #623015. Grayscale: #C2C2C2. Windows color (decimal): -6434838 or 15388573. OLE color: 15388573.

HSL color Cylindrical-coordinate representation of color #9DCFEA: hue angle of 201.04º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DCFEA is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 157 207 234 -
CMYK 0.33 0.12 0 0.08
HSL 201.04º 0.65% 0.77% -
HSV(B) 201.04º 0.33% 0.92% -
XYZ 51.07 57.73 86.29 -
YUV 195.13 149.94 100.8 -
System Red Green Blue C M Y K H S L
Decimal 157 207 234 0.33 0.12 0 0.08 201.04 0.65 0.77
Hex 9D CF EA 21 C 0 8 C9 41 4D
Octal 235 317 352 41 14 0 10 311 101 115
Binary 10011101 11001111 11101010 100001 1100 0 1000 11001001 1000001 1001101

Color Harmonies of #9DCFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCFEA

Black with #9DCFEA

Text Example


Text Example

White with #9DCFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,207,234); }

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

background-color css

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

 a { background-color: rgb(157,207,234); }

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

border-color css

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

 span { border-color: rgb(157,207,234); }

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