Html Css Color HEX #9FCBF2 Sail

📋 copy color: '#9FCBF2'

red 159 ◦ green 203 ◦ blue 242

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

Shades of Sail #9FCBF2

Tints of Sail #9FCBF2

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.61%

 BLUE value IS 242 (94.92% from 255) = 40.07%

R = 26.32%
G = 33.61%
B = 40.07%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9FCBF2 (or 0x9FCBF2) is known color: Sail. HEX triplet: 9F, CB and F2. RGB value is (159,203,242). Sum of RGB (Red+Green+Blue) = 159+203+242=604 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.32% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 242 (94.92% from 255 or 40.07% from 604); Max value from RGB is 242 - color contains mainly: blue. Hex color #9FCBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCBF2 is #60340D. Grayscale: #C2C2C2. Windows color (decimal): -6304782 or 15911839. OLE color: 15911839.

HSL color Cylindrical-coordinate representation of color #9FCBF2: hue angle of 208.19º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FCBF2 is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 159 203 242 -
CMYK 0.34 0.16 0 0.05
HSL 208.19º 0.76% 0.79% -
HSV(B) 208.19º 0.34% 0.95% -
XYZ 51.68 56.49 92.18 -
YUV 194.29 154.92 102.83 -
System Red Green Blue C M Y K H S L
Decimal 159 203 242 0.34 0.16 0 0.05 208.19 0.76 0.79
Hex 9F CB F2 22 10 0 5 D0 4C 4F
Octal 237 313 362 42 20 0 5 320 114 117
Binary 10011111 11001011 11110010 100010 10000 0 101 11010000 1001100 1001111

Color Harmonies of #9FCBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCBF2

Black with #9FCBF2

Text Example


Text Example

White with #9FCBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,203,242); }

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

background-color css

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

 a { background-color: rgb(159,203,242); }

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

border-color css

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

 span { border-color: rgb(159,203,242); }

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