Html Css Color HEX #99B8EA Perano

📋 copy color: '#99B8EA'

red 153 ◦ green 184 ◦ blue 234

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

Shades of Perano #99B8EA

Tints of Perano #99B8EA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.22%

 BLUE value IS 234 (91.8% from 255) = 40.98%

R = 26.8%
G = 32.22%
B = 40.98%

CMYK

 C value IS 0.35

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#99B8EA (or 0x99B8EA) is known color: Perano. HEX triplet: 99, B8 and EA. RGB value is (153,184,234). Sum of RGB (Red+Green+Blue) = 153+184+234=571 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.80% from 571); Green value is 184 (72.27% from 255 or 32.22% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #99B8EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99B8EA is #664715. Grayscale: #B4B4B4. Windows color (decimal): -6702870 or 15382681. OLE color: 15382681.

HSL color Cylindrical-coordinate representation of color #99B8EA: hue angle of 217.04º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99B8EA is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 153 184 234 -
CMYK 0.35 0.21 0 0.08
HSL 217.04º 0.66% 0.76% -
HSV(B) 217.04º 0.35% 0.92% -
XYZ 45.13 46.99 84.53 -
YUV 180.43 158.23 108.43 -
System Red Green Blue C M Y K H S L
Decimal 153 184 234 0.35 0.21 0 0.08 217.04 0.66 0.76
Hex 99 B8 EA 23 15 0 8 D9 42 4C
Octal 231 270 352 43 25 0 10 331 102 114
Binary 10011001 10111000 11101010 100011 10101 0 1000 11011001 1000010 1001100

Color Harmonies of #99B8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B8EA

Black with #99B8EA

Text Example


Text Example

White with #99B8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,184,234); }

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

background-color css

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

 a { background-color: rgb(153,184,234); }

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

border-color css

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

 span { border-color: rgb(153,184,234); }

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