Html Css Color HEX #9FC5EA Sail

📋 copy color: '#9FC5EA'

red 159 ◦ green 197 ◦ blue 234

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

Shades of Sail #9FC5EA

Tints of Sail #9FC5EA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.39%

 BLUE value IS 234 (91.8% from 255) = 39.66%

R = 26.95%
G = 33.39%
B = 39.66%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9FC5EA (or 0x9FC5EA) is known color: Sail. HEX triplet: 9F, C5 and EA. RGB value is (159,197,234). Sum of RGB (Red+Green+Blue) = 159+197+234=590 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.95% from 590); Green value is 197 (77.34% from 255 or 33.39% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 234 - color contains mainly: blue. Hex color #9FC5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FC5EA is #603A15. Grayscale: #BDBDBD. Windows color (decimal): -6306326 or 15386015. OLE color: 15386015.

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

Color convert

RGB 159 197 234 -
CMYK 0.32 0.16 0 0.08
HSL 209.6º 0.64% 0.77% -
HSV(B) 209.6º 0.32% 0.92% -
XYZ 49.12 53.24 85.53 -
YUV 189.86 152.91 105.99 -
System Red Green Blue C M Y K H S L
Decimal 159 197 234 0.32 0.16 0 0.08 209.6 0.64 0.77
Hex 9F C5 EA 20 10 0 8 D2 40 4D
Octal 237 305 352 40 20 0 10 322 100 115
Binary 10011111 11000101 11101010 100000 10000 0 1000 11010010 1000000 1001101

Color Harmonies of #9FC5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC5EA

Black with #9FC5EA

Text Example


Text Example

White with #9FC5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,197,234); }

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

background-color css

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

 a { background-color: rgb(159,197,234); }

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

border-color css

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

 span { border-color: rgb(159,197,234); }

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