Html Css Color HEX #9DCCEA Sail

📋 copy color: '#9DCCEA'

red 157 ◦ green 204 ◦ blue 234

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

Shades of Sail #9DCCEA

Tints of Sail #9DCCEA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.29%

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

R = 26.39%
G = 34.29%
B = 39.33%

CMYK

 C value IS 0.33

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9DCCEA (or 0x9DCCEA) is known color: Sail. HEX triplet: 9D, CC and EA. RGB value is (157,204,234). Sum of RGB (Red+Green+Blue) = 157+204+234=595 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.39% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #9DCCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCCEA is #623315. Grayscale: #C1C1C1. Windows color (decimal): -6435606 or 15387805. OLE color: 15387805.

HSL color Cylindrical-coordinate representation of color #9DCCEA: hue angle of 203.38º 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 #9DCCEA is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 157 204 234 -
CMYK 0.33 0.13 0 0.08
HSL 203.38º 0.65% 0.77% -
HSV(B) 203.38º 0.33% 0.92% -
XYZ 50.35 56.29 86.05 -
YUV 193.37 150.93 102.06 -
System Red Green Blue C M Y K H S L
Decimal 157 204 234 0.33 0.13 0 0.08 203.38 0.65 0.77
Hex 9D CC EA 21 D 0 8 CB 41 4D
Octal 235 314 352 41 15 0 10 313 101 115
Binary 10011101 11001100 11101010 100001 1101 0 1000 11001011 1000001 1001101

Color Harmonies of #9DCCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCCEA

Black with #9DCCEA

Text Example


Text Example

White with #9DCCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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