Html Css Color HEX #9DCAF2 Sail

📋 copy color: '#9DCAF2'

red 157 ◦ green 202 ◦ blue 242

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

Shades of Sail #9DCAF2

Tints of Sail #9DCAF2

RGB

 RED value IS 157 (61.72% from 255) = 26.12%

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

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

R = 26.12%
G = 33.61%
B = 40.27%

CMYK

 C value IS 0.35

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9DCAF2 (or 0x9DCAF2) is known color: Sail. HEX triplet: 9D, CA and F2. RGB value is (157,202,242). Sum of RGB (Red+Green+Blue) = 157+202+242=601 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.12% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 242 (94.92% from 255 or 40.27% from 601); Max value from RGB is 242 - color contains mainly: blue. Hex color #9DCAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCAF2 is #62350D. Grayscale: #C0C0C0. Windows color (decimal): -6436110 or 15911581. OLE color: 15911581.

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

Color convert

RGB 157 202 242 -
CMYK 0.35 0.17 0 0.05
HSL 208.24º 0.77% 0.78% -
HSV(B) 208.24º 0.35% 0.95% -
XYZ 51.05 55.82 92.09 -
YUV 193.11 155.59 102.25 -
System Red Green Blue C M Y K H S L
Decimal 157 202 242 0.35 0.17 0 0.05 208.24 0.77 0.78
Hex 9D CA F2 23 11 0 5 D0 4D 4E
Octal 235 312 362 43 21 0 5 320 115 116
Binary 10011101 11001010 11110010 100011 10001 0 101 11010000 1001101 1001110

Color Harmonies of #9DCAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCAF2

Black with #9DCAF2

Text Example


Text Example

White with #9DCAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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