Html Css Color HEX #9BCCEE Sail

📋 copy color: '#9BCCEE'

red 155 ◦ green 204 ◦ blue 238

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

Shades of Sail #9BCCEE

Tints of Sail #9BCCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.87%

R = 25.96%
G = 34.17%
B = 39.87%

CMYK

 C value IS 0.35

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9BCCEE (or 0x9BCCEE) is known color: Sail. HEX triplet: 9B, CC and EE. RGB value is (155,204,238). Sum of RGB (Red+Green+Blue) = 155+204+238=597 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.96% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 238 - color contains mainly: blue. Hex color #9BCCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCCEE is #643311. Grayscale: #C1C1C1. Windows color (decimal): -6566674 or 15649947. OLE color: 15649947.

HSL color Cylindrical-coordinate representation of color #9BCCEE: hue angle of 204.58º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BCCEE is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 204 238 -
CMYK 0.35 0.14 0 0.07
HSL 204.58º 0.71% 0.77% -
HSV(B) 204.58º 0.35% 0.93% -
XYZ 50.54 56.33 89.1 -
YUV 193.23 153.27 100.74 -
System Red Green Blue C M Y K H S L
Decimal 155 204 238 0.35 0.14 0 0.07 204.58 0.71 0.77
Hex 9B CC EE 23 E 0 7 CD 47 4D
Octal 233 314 356 43 16 0 7 315 107 115
Binary 10011011 11001100 11101110 100011 1110 0 111 11001101 1000111 1001101

Color Harmonies of #9BCCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCCEE

Black with #9BCCEE

Text Example


Text Example

White with #9BCCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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