Html Css Color HEX #9BCCFE Sail

📋 copy color: '#9BCCFE'

red 155 ◦ green 204 ◦ blue 254

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

Shades of Sail #9BCCFE

Tints of Sail #9BCCFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.44%

R = 25.29%
G = 33.28%
B = 41.44%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9BCCFE (or 0x9BCCFE) is known color: Sail. HEX triplet: 9B, CC and FE. RGB value is (155,204,254). Sum of RGB (Red+Green+Blue) = 155+204+254=613 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.29% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #9BCCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCCFE is #643301. Grayscale: #C2C2C2. Windows color (decimal): -6566658 or 16698523. OLE color: 16698523.

HSL color Cylindrical-coordinate representation of color #9BCCFE: hue angle of 210.3º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BCCFE is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 155 204 254 -
CMYK 0.39 0.20 0 0.00
HSL 210.3º 0.98% 0.8% -
HSV(B) 210.3º 0.39% 1% -
XYZ 53 57.31 102.03 -
YUV 195.05 161.27 99.43 -
System Red Green Blue C M Y K H S L
Decimal 155 204 254 0.39 0.20 0 0.00 210.3 0.98 0.8
Hex 9B CC FE 27 14 0 0 D2 62 50
Octal 233 314 376 47 24 0 0 322 142 120
Binary 10011011 11001100 11111110 100111 10100 0 0 11010010 1100010 1010000

Color Harmonies of #9BCCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCCFE

Black with #9BCCFE

Text Example


Text Example

White with #9BCCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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