Html Css Color HEX #9CCAF2 Sail

📋 copy color: '#9CCAF2'

red 156 ◦ green 202 ◦ blue 242

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

Shades of Sail #9CCAF2

Tints of Sail #9CCAF2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.67%

 BLUE value IS 242 (94.92% from 255) = 40.33%

R = 26%
G = 33.67%
B = 40.33%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9CCAF2 (or 0x9CCAF2) is known color: Sail. HEX triplet: 9C, CA and F2. RGB value is (156,202,242). Sum of RGB (Red+Green+Blue) = 156+202+242=600 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 242 (94.92% from 255 or 40.33% from 600); Max value from RGB is 242 - color contains mainly: blue. Hex color #9CCAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCAF2 is #63350D. Grayscale: #C0C0C0. Windows color (decimal): -6501646 or 15911580. OLE color: 15911580.

HSL color Cylindrical-coordinate representation of color #9CCAF2: hue angle of 207.91º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9CCAF2 is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 156 202 242 -
CMYK 0.36 0.17 0 0.05
HSL 207.91º 0.77% 0.78% -
HSV(B) 207.91º 0.36% 0.95% -
XYZ 50.86 55.72 92.08 -
YUV 192.81 155.76 101.75 -
System Red Green Blue C M Y K H S L
Decimal 156 202 242 0.36 0.17 0 0.05 207.91 0.77 0.78
Hex 9C CA F2 24 11 0 5 D0 4D 4E
Octal 234 312 362 44 21 0 5 320 115 116
Binary 10011100 11001010 11110010 100100 10001 0 101 11010000 1001101 1001110

Color Harmonies of #9CCAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCAF2

Black with #9CCAF2

Text Example


Text Example

White with #9CCAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,202,242); }

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

background-color css

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

 a { background-color: rgb(156,202,242); }

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

border-color css

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

 span { border-color: rgb(156,202,242); }

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