Html Css Color HEX #99B0EE Perano

📋 copy color: '#99B0EE'

red 153 ◦ green 176 ◦ blue 238

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

Shades of Perano #99B0EE

Tints of Perano #99B0EE

RGB

 RED value IS 153 (60.16% from 255) = 26.98%

 GREEN value IS 176 (69.14% from 255) = 31.04%

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

R = 26.98%
G = 31.04%
B = 41.98%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#99B0EE (or 0x99B0EE) is known color: Perano. HEX triplet: 99, B0 and EE. RGB value is (153,176,238). Sum of RGB (Red+Green+Blue) = 153+176+238=567 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.98% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #99B0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99B0EE is #664F11. Grayscale: #AFAFAF. Windows color (decimal): -6704914 or 15642777. OLE color: 15642777.

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

Color convert

RGB 153 176 238 -
CMYK 0.36 0.26 0 0.07
HSL 223.76º 0.71% 0.77% -
HSV(B) 223.76º 0.36% 0.93% -
XYZ 44.09 44 87.06 -
YUV 176.19 162.88 111.46 -
System Red Green Blue C M Y K H S L
Decimal 153 176 238 0.36 0.26 0 0.07 223.76 0.71 0.77
Hex 99 B0 EE 24 1A 0 7 E0 47 4D
Octal 231 260 356 44 32 0 7 340 107 115
Binary 10011001 10110000 11101110 100100 11010 0 111 11100000 1000111 1001101

Color Harmonies of #99B0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B0EE

Black with #99B0EE

Text Example


Text Example

White with #99B0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99B0EE; }

 p { color: rgb(153,176,238); }

 H1.HeaderClassName
 {
   color: #99B0EE;
 }
 .AnyTagClassName
 {
   color: #99B0EE;
 }
</style>

background-color css

<style>
 a { background-color: #99B0EE; }

 a { background-color: rgb(153,176,238); }

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

border-color css

<style>
 span { border-color: #99B0EE; }

 span { border-color: rgb(153,176,238); }

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