Html Css Color HEX #9FCDEF Sail

📋 copy color: '#9FCDEF'

red 159 ◦ green 205 ◦ blue 239

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

Shades of Sail #9FCDEF

Tints of Sail #9FCDEF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34%

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

R = 26.37%
G = 34%
B = 39.64%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9FCDEF (or 0x9FCDEF) is known color: Sail. HEX triplet: 9F, CD and EF. RGB value is (159,205,239). Sum of RGB (Red+Green+Blue) = 159+205+239=603 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.37% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 239 (93.75% from 255 or 39.64% from 603); Max value from RGB is 239 - color contains mainly: blue. Hex color #9FCDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCDEF is #603210. Grayscale: #C2C2C2. Windows color (decimal): -6304273 or 15715743. OLE color: 15715743.

HSL color Cylindrical-coordinate representation of color #9FCDEF: hue angle of 205.5º 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 #9FCDEF is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 159 205 239 -
CMYK 0.33 0.14 0 0.06
HSL 205.5º 0.71% 0.78% -
HSV(B) 205.5º 0.33% 0.94% -
XYZ 51.71 57.27 89.99 -
YUV 195.12 152.76 102.24 -
System Red Green Blue C M Y K H S L
Decimal 159 205 239 0.33 0.14 0 0.06 205.5 0.71 0.78
Hex 9F CD EF 21 E 0 6 CE 47 4E
Octal 237 315 357 41 16 0 6 316 107 116
Binary 10011111 11001101 11101111 100001 1110 0 110 11001110 1000111 1001110

Color Harmonies of #9FCDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCDEF

Black with #9FCDEF

Text Example


Text Example

White with #9FCDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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