Html Css Color HEX #9FCBF3 Sail

📋 copy color: '#9FCBF3'

red 159 ◦ green 203 ◦ blue 243

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

Shades of Sail #9FCBF3

Tints of Sail #9FCBF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 40.17%

R = 26.28%
G = 33.55%
B = 40.17%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9FCBF3 (or 0x9FCBF3) is known color: Sail. HEX triplet: 9F, CB and F3. RGB value is (159,203,243). Sum of RGB (Red+Green+Blue) = 159+203+243=605 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.28% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 243 (95.31% from 255 or 40.17% from 605); Max value from RGB is 243 - color contains mainly: blue. Hex color #9FCBF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCBF3 is #60340C. Grayscale: #C2C2C2. Windows color (decimal): -6304781 or 15977375. OLE color: 15977375.

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

Color convert

RGB 159 203 243 -
CMYK 0.35 0.16 0 0.05
HSL 208.57º 0.78% 0.79% -
HSV(B) 208.57º 0.35% 0.95% -
XYZ 51.83 56.55 92.98 -
YUV 194.4 155.42 102.75 -
System Red Green Blue C M Y K H S L
Decimal 159 203 243 0.35 0.16 0 0.05 208.57 0.78 0.79
Hex 9F CB F3 23 10 0 5 D1 4E 4F
Octal 237 313 363 43 20 0 5 321 116 117
Binary 10011111 11001011 11110011 100011 10000 0 101 11010001 1001110 1001111

Color Harmonies of #9FCBF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCBF3

Black with #9FCBF3

Text Example


Text Example

White with #9FCBF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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