Html Css Color HEX #9FCCEF Sail

📋 copy color: '#9FCCEF'

red 159 ◦ green 204 ◦ blue 239

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

Shades of Sail #9FCCEF

Tints of Sail #9FCCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.7%

R = 26.41%
G = 33.89%
B = 39.7%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9FCCEF (or 0x9FCCEF) is known color: Sail. HEX triplet: 9F, CC and EF. RGB value is (159,204,239). Sum of RGB (Red+Green+Blue) = 159+204+239=602 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.41% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 239 (93.75% from 255 or 39.70% from 602); Max value from RGB is 239 - color contains mainly: blue. Hex color #9FCCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCCEF is #603310. Grayscale: #C2C2C2. Windows color (decimal): -6304529 or 15715487. OLE color: 15715487.

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

Color convert

RGB 159 204 239 -
CMYK 0.33 0.15 0 0.06
HSL 206.25º 0.71% 0.78% -
HSV(B) 206.25º 0.33% 0.94% -
XYZ 51.47 56.79 89.91 -
YUV 194.54 153.09 102.65 -
System Red Green Blue C M Y K H S L
Decimal 159 204 239 0.33 0.15 0 0.06 206.25 0.71 0.78
Hex 9F CC EF 21 F 0 6 CE 47 4E
Octal 237 314 357 41 17 0 6 316 107 116
Binary 10011111 11001100 11101111 100001 1111 0 110 11001110 1000111 1001110

Color Harmonies of #9FCCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCCEF

Black with #9FCCEF

Text Example


Text Example

White with #9FCCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,204,239); }

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

background-color css

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

 a { background-color: rgb(159,204,239); }

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

border-color css

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

 span { border-color: rgb(159,204,239); }

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