Html Css Color HEX #9FCDEB Sail

📋 copy color: '#9FCDEB'

red 159 ◦ green 205 ◦ blue 235

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

Shades of Sail #9FCDEB

Tints of Sail #9FCDEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.23%

R = 26.54%
G = 34.22%
B = 39.23%

CMYK

 C value IS 0.32

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9FCDEB (or 0x9FCDEB) is known color: Sail. HEX triplet: 9F, CD and EB. RGB value is (159,205,235). Sum of RGB (Red+Green+Blue) = 159+205+235=599 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.54% from 599); Green value is 205 (80.47% from 255 or 34.22% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 235 - color contains mainly: blue. Hex color #9FCDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCDEB is #603214. Grayscale: #C2C2C2. Windows color (decimal): -6304277 or 15453599. OLE color: 15453599.

HSL color Cylindrical-coordinate representation of color #9FCDEB: hue angle of 203.68º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FCDEB is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 205 235 -
CMYK 0.32 0.13 0 0.08
HSL 203.68º 0.66% 0.77% -
HSV(B) 203.68º 0.32% 0.92% -
XYZ 51.12 57.03 86.91 -
YUV 194.67 150.76 102.56 -
System Red Green Blue C M Y K H S L
Decimal 159 205 235 0.32 0.13 0 0.08 203.68 0.66 0.77
Hex 9F CD EB 20 D 0 8 CC 42 4D
Octal 237 315 353 40 15 0 10 314 102 115
Binary 10011111 11001101 11101011 100000 1101 0 1000 11001100 1000010 1001101

Color Harmonies of #9FCDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCDEB

Black with #9FCDEB

Text Example


Text Example

White with #9FCDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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