Html Css Color HEX #9CCFEE Sail

📋 copy color: '#9CCFEE'

red 156 ◦ green 207 ◦ blue 238

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

Shades of Sail #9CCFEE

Tints of Sail #9CCFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.6%

R = 25.96%
G = 34.44%
B = 39.6%

CMYK

 C value IS 0.34

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9CCFEE (or 0x9CCFEE) is known color: Sail. HEX triplet: 9C, CF and EE. RGB value is (156,207,238). Sum of RGB (Red+Green+Blue) = 156+207+238=601 (79% of max value = 765). Red value is 156 (61.33% from 255 or 25.96% from 601); Green value is 207 (81.25% from 255 or 34.44% from 601); Blue value is 238 (93.36% from 255 or 39.60% from 601); Max value from RGB is 238 - color contains mainly: blue. Hex color #9CCFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCFEE is #633011. Grayscale: #C3C3C3. Windows color (decimal): -6500370 or 15650716. OLE color: 15650716.

HSL color Cylindrical-coordinate representation of color #9CCFEE: hue angle of 202.68º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CCFEE is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 156 207 238 -
CMYK 0.34 0.13 0 0.07
HSL 202.68º 0.71% 0.77% -
HSV(B) 202.68º 0.34% 0.93% -
XYZ 51.46 57.87 89.35 -
YUV 195.29 152.1 99.98 -
System Red Green Blue C M Y K H S L
Decimal 156 207 238 0.34 0.13 0 0.07 202.68 0.71 0.77
Hex 9C CF EE 22 D 0 7 CB 47 4D
Octal 234 317 356 42 15 0 7 313 107 115
Binary 10011100 11001111 11101110 100010 1101 0 111 11001011 1000111 1001101

Color Harmonies of #9CCFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCFEE

Black with #9CCFEE

Text Example


Text Example

White with #9CCFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,207,238); }

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

background-color css

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

 a { background-color: rgb(156,207,238); }

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

border-color css

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

 span { border-color: rgb(156,207,238); }

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