Html Css Color HEX #9CCEFC Sail

📋 copy color: '#9CCEFC'

red 156 ◦ green 206 ◦ blue 252

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

Shades of Sail #9CCEFC

Tints of Sail #9CCEFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.04%

R = 25.41%
G = 33.55%
B = 41.04%

CMYK

 C value IS 0.38

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9CCEFC (or 0x9CCEFC) is known color: Sail. HEX triplet: 9C, CE and FC. RGB value is (156,206,252). Sum of RGB (Red+Green+Blue) = 156+206+252=614 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.41% from 614); Green value is 206 (80.86% from 255 or 33.55% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #9CCEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCEFC is #633103. Grayscale: #C4C4C4. Windows color (decimal): -6500612 or 16567964. OLE color: 16567964.

HSL color Cylindrical-coordinate representation of color #9CCEFC: hue angle of 208.75º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CCEFC is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 156 206 252 -
CMYK 0.38 0.18 0 0.01
HSL 208.75º 0.94% 0.8% -
HSV(B) 208.75º 0.38% 0.99% -
XYZ 53.35 58.24 100.52 -
YUV 196.29 159.44 99.26 -
System Red Green Blue C M Y K H S L
Decimal 156 206 252 0.38 0.18 0 0.01 208.75 0.94 0.8
Hex 9C CE FC 26 12 0 1 D1 5E 50
Octal 234 316 374 46 22 0 1 321 136 120
Binary 10011100 11001110 11111100 100110 10010 0 1 11010001 1011110 1010000

Color Harmonies of #9CCEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCEFC

Black with #9CCEFC

Text Example


Text Example

White with #9CCEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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