Html Css Color HEX #9FCAEE Sail

📋 copy color: '#9FCAEE'

red 159 ◦ green 202 ◦ blue 238

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

Shades of Sail #9FCAEE

Tints of Sail #9FCAEE

RGB

 RED value IS 159 (62.5% from 255) = 26.54%

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

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

R = 26.54%
G = 33.72%
B = 39.73%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9FCAEE (or 0x9FCAEE) is known color: Sail. HEX triplet: 9F, CA and EE. RGB value is (159,202,238). Sum of RGB (Red+Green+Blue) = 159+202+238=599 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.54% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 238 - color contains mainly: blue. Hex color #9FCAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCAEE is #603511. Grayscale: #C1C1C1. Windows color (decimal): -6305042 or 15649439. OLE color: 15649439.

HSL color Cylindrical-coordinate representation of color #9FCAEE: hue angle of 207.34º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FCAEE is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 202 238 -
CMYK 0.33 0.15 0 0.07
HSL 207.34º 0.7% 0.78% -
HSV(B) 207.34º 0.33% 0.93% -
XYZ 50.85 55.79 88.98 -
YUV 193.25 153.25 103.57 -
System Red Green Blue C M Y K H S L
Decimal 159 202 238 0.33 0.15 0 0.07 207.34 0.7 0.78
Hex 9F CA EE 21 F 0 7 CF 46 4E
Octal 237 312 356 41 17 0 7 317 106 116
Binary 10011111 11001010 11101110 100001 1111 0 111 11001111 1000110 1001110

Color Harmonies of #9FCAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCAEE

Black with #9FCAEE

Text Example


Text Example

White with #9FCAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,202,238); }

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

background-color css

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

 a { background-color: rgb(159,202,238); }

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

border-color css

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

 span { border-color: rgb(159,202,238); }

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