Html Css Color HEX #9FCFEB Sail

📋 copy color: '#9FCFEB'

red 159 ◦ green 207 ◦ blue 235

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

Shades of Sail #9FCFEB

Tints of Sail #9FCFEB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.44%

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

R = 26.46%
G = 34.44%
B = 39.1%

CMYK

 C value IS 0.32

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9FCFEB (or 0x9FCFEB) is known color: Sail. HEX triplet: 9F, CF and EB. RGB value is (159,207,235). Sum of RGB (Red+Green+Blue) = 159+207+235=601 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.46% from 601); Green value is 207 (81.25% from 255 or 34.44% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #9FCFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCFEB is #603014. Grayscale: #C3C3C3. Windows color (decimal): -6303765 or 15454111. OLE color: 15454111.

HSL color Cylindrical-coordinate representation of color #9FCFEB: hue angle of 202.11º 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 #9FCFEB is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 207 235 -
CMYK 0.32 0.12 0 0.08
HSL 202.11º 0.66% 0.77% -
HSV(B) 202.11º 0.32% 0.92% -
XYZ 51.61 57.99 87.07 -
YUV 195.84 150.1 101.72 -
System Red Green Blue C M Y K H S L
Decimal 159 207 235 0.32 0.12 0 0.08 202.11 0.66 0.77
Hex 9F CF EB 20 C 0 8 CA 42 4D
Octal 237 317 353 40 14 0 10 312 102 115
Binary 10011111 11001111 11101011 100000 1100 0 1000 11001010 1000010 1001101

Color Harmonies of #9FCFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCFEB

Black with #9FCFEB

Text Example


Text Example

White with #9FCFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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