Html Css Color HEX #9CCEEF Sail

📋 copy color: '#9CCEEF'

red 156 ◦ green 206 ◦ blue 239

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

Shades of Sail #9CCEEF

Tints of Sail #9CCEEF

RGB

 RED value IS 156 (61.33% from 255) = 25.96%

 GREEN value IS 206 (80.86% from 255) = 34.28%

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

R = 25.96%
G = 34.28%
B = 39.77%

CMYK

 C value IS 0.35

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9CCEEF (or 0x9CCEEF) is known color: Sail. HEX triplet: 9C, CE and EF. RGB value is (156,206,239). Sum of RGB (Red+Green+Blue) = 156+206+239=601 (79% of max value = 765). Red value is 156 (61.33% from 255 or 25.96% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 239 (93.75% from 255 or 39.77% from 601); Max value from RGB is 239 - color contains mainly: blue. Hex color #9CCEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCEEF is #633110. Grayscale: #C2C2C2. Windows color (decimal): -6500625 or 15715996. OLE color: 15715996.

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

Color convert

RGB 156 206 239 -
CMYK 0.35 0.14 0 0.06
HSL 203.86º 0.72% 0.77% -
HSV(B) 203.86º 0.35% 0.94% -
XYZ 51.36 57.44 90.04 -
YUV 194.81 152.94 100.32 -
System Red Green Blue C M Y K H S L
Decimal 156 206 239 0.35 0.14 0 0.06 203.86 0.72 0.77
Hex 9C CE EF 23 E 0 6 CC 48 4D
Octal 234 316 357 43 16 0 6 314 110 115
Binary 10011100 11001110 11101111 100011 1110 0 110 11001100 1001000 1001101

Color Harmonies of #9CCEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCEEF

Black with #9CCEEF

Text Example


Text Example

White with #9CCEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,206,239); }

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

background-color css

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

 a { background-color: rgb(156,206,239); }

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

border-color css

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

 span { border-color: rgb(156,206,239); }

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