Html Css Color HEX #99B3E8 Perano

📋 copy color: '#99B3E8'

red 153 ◦ green 179 ◦ blue 232

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

Shades of Perano #99B3E8

Tints of Perano #99B3E8

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.74%

 BLUE value IS 232 (91.02% from 255) = 41.13%

R = 27.13%
G = 31.74%
B = 41.13%

CMYK

 C value IS 0.34

 M value IS 0.23

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#99B3E8 (or 0x99B3E8) is known color: Perano. HEX triplet: 99, B3 and E8. RGB value is (153,179,232). Sum of RGB (Red+Green+Blue) = 153+179+232=564 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.13% from 564); Green value is 179 (70.31% from 255 or 31.74% from 564); Blue value is 232 (91.02% from 255 or 41.13% from 564); Max value from RGB is 232 - color contains mainly: blue. Hex color #99B3E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99B3E8 is #664C17. Grayscale: #B1B1B1. Windows color (decimal): -6704152 or 15250329. OLE color: 15250329.

HSL color Cylindrical-coordinate representation of color #99B3E8: hue angle of 220.25º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99B3E8 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 153 179 232 -
CMYK 0.34 0.23 0 0.09
HSL 220.25º 0.63% 0.75% -
HSV(B) 220.25º 0.34% 0.91% -
XYZ 43.82 44.84 82.69 -
YUV 177.27 158.89 110.69 -
System Red Green Blue C M Y K H S L
Decimal 153 179 232 0.34 0.23 0 0.09 220.25 0.63 0.75
Hex 99 B3 E8 22 17 0 9 DC 3F 4B
Octal 231 263 350 42 27 0 11 334 77 113
Binary 10011001 10110011 11101000 100010 10111 0 1001 11011100 111111 1001011

Color Harmonies of #99B3E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B3E8

Black with #99B3E8

Text Example


Text Example

White with #99B3E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,179,232); }

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

background-color css

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

 a { background-color: rgb(153,179,232); }

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

border-color css

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

 span { border-color: rgb(153,179,232); }

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