Html Css Color HEX #9CCCFA Sail

📋 copy color: '#9CCCFA'

red 156 ◦ green 204 ◦ blue 250

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

Shades of Sail #9CCCFA

Tints of Sail #9CCCFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.98%

R = 25.57%
G = 33.44%
B = 40.98%

CMYK

 C value IS 0.38

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9CCCFA (or 0x9CCCFA) is known color: Sail. HEX triplet: 9C, CC and FA. RGB value is (156,204,250). Sum of RGB (Red+Green+Blue) = 156+204+250=610 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.57% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #9CCCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCCFA is #633305. Grayscale: #C2C2C2. Windows color (decimal): -6501126 or 16436380. OLE color: 16436380.

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

Color convert

RGB 156 204 250 -
CMYK 0.38 0.18 0 0.02
HSL 209.36º 0.9% 0.8% -
HSV(B) 209.36º 0.38% 0.98% -
XYZ 52.56 57.16 98.7 -
YUV 194.89 159.1 100.26 -
System Red Green Blue C M Y K H S L
Decimal 156 204 250 0.38 0.18 0 0.02 209.36 0.9 0.8
Hex 9C CC FA 26 12 0 2 D1 5A 50
Octal 234 314 372 46 22 0 2 321 132 120
Binary 10011100 11001100 11111010 100110 10010 0 10 11010001 1011010 1010000

Color Harmonies of #9CCCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCCFA

Black with #9CCCFA

Text Example


Text Example

White with #9CCCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,204,250); }

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

background-color css

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

 a { background-color: rgb(156,204,250); }

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

border-color css

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

 span { border-color: rgb(156,204,250); }

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