Html Css Color HEX #9BCCF0 Sail

📋 copy color: '#9BCCF0'

red 155 ◦ green 204 ◦ blue 240

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

Shades of Sail #9BCCF0

Tints of Sail #9BCCF0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.06%

 BLUE value IS 240 (94.14% from 255) = 40.07%

R = 25.88%
G = 34.06%
B = 40.07%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9BCCF0 (or 0x9BCCF0) is known color: Sail. HEX triplet: 9B, CC and F0. RGB value is (155,204,240). Sum of RGB (Red+Green+Blue) = 155+204+240=599 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.88% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 240 (94.14% from 255 or 40.07% from 599); Max value from RGB is 240 - color contains mainly: blue. Hex color #9BCCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCCF0 is #64330F. Grayscale: #C1C1C1. Windows color (decimal): -6566672 or 15781019. OLE color: 15781019.

HSL color Cylindrical-coordinate representation of color #9BCCF0: hue angle of 205.41º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BCCF0 is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 155 204 240 -
CMYK 0.35 0.15 0 0.06
HSL 205.41º 0.74% 0.77% -
HSV(B) 205.41º 0.35% 0.94% -
XYZ 50.84 56.45 90.65 -
YUV 193.45 154.27 100.57 -
System Red Green Blue C M Y K H S L
Decimal 155 204 240 0.35 0.15 0 0.06 205.41 0.74 0.77
Hex 9B CC F0 23 F 0 6 CD 4A 4D
Octal 233 314 360 43 17 0 6 315 112 115
Binary 10011011 11001100 11110000 100011 1111 0 110 11001101 1001010 1001101

Color Harmonies of #9BCCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCCF0

Black with #9BCCF0

Text Example


Text Example

White with #9BCCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,204,240); }

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

background-color css

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

 a { background-color: rgb(155,204,240); }

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

border-color css

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

 span { border-color: rgb(155,204,240); }

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