Html Css Color HEX #9BCAF1 Sail

📋 copy color: '#9BCAF1'

red 155 ◦ green 202 ◦ blue 241

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

Shades of Sail #9BCAF1

Tints of Sail #9BCAF1

RGB

 RED value IS 155 (60.94% from 255) = 25.92%

 GREEN value IS 202 (79.3% from 255) = 33.78%

 BLUE value IS 241 (94.53% from 255) = 40.3%

R = 25.92%
G = 33.78%
B = 40.3%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9BCAF1 (or 0x9BCAF1) is known color: Sail. HEX triplet: 9B, CA and F1. RGB value is (155,202,241). Sum of RGB (Red+Green+Blue) = 155+202+241=598 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.92% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 241 (94.53% from 255 or 40.30% from 598); Max value from RGB is 241 - color contains mainly: blue. Hex color #9BCAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCAF1 is #64350E. Grayscale: #C0C0C0. Windows color (decimal): -6567183 or 15846043. OLE color: 15846043.

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

Color convert

RGB 155 202 241 -
CMYK 0.36 0.16 0 0.05
HSL 207.21º 0.75% 0.78% -
HSV(B) 207.21º 0.36% 0.95% -
XYZ 50.52 55.56 91.28 -
YUV 192.39 155.43 101.33 -
System Red Green Blue C M Y K H S L
Decimal 155 202 241 0.36 0.16 0 0.05 207.21 0.75 0.78
Hex 9B CA F1 24 10 0 5 CF 4B 4E
Octal 233 312 361 44 20 0 5 317 113 116
Binary 10011011 11001010 11110001 100100 10000 0 101 11001111 1001011 1001110

Color Harmonies of #9BCAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCAF1

Black with #9BCAF1

Text Example


Text Example

White with #9BCAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,202,241); }

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

background-color css

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

 a { background-color: rgb(155,202,241); }

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

border-color css

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

 span { border-color: rgb(155,202,241); }

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