Html Css Color HEX #99B2EF Perano

📋 copy color: '#99B2EF'

red 153 ◦ green 178 ◦ blue 239

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

Shades of Perano #99B2EF

Tints of Perano #99B2EF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.23%

 BLUE value IS 239 (93.75% from 255) = 41.93%

R = 26.84%
G = 31.23%
B = 41.93%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#99B2EF (or 0x99B2EF) is known color: Perano. HEX triplet: 99, B2 and EF. RGB value is (153,178,239). Sum of RGB (Red+Green+Blue) = 153+178+239=570 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.84% from 570); Green value is 178 (69.92% from 255 or 31.23% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #99B2EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99B2EF is #664D10. Grayscale: #B1B1B1. Windows color (decimal): -6704401 or 15708825. OLE color: 15708825.

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

Color convert

RGB 153 178 239 -
CMYK 0.36 0.26 0 0.06
HSL 222.56º 0.73% 0.77% -
HSV(B) 222.56º 0.36% 0.94% -
XYZ 44.64 44.85 87.96 -
YUV 177.48 162.72 110.54 -
System Red Green Blue C M Y K H S L
Decimal 153 178 239 0.36 0.26 0 0.06 222.56 0.73 0.77
Hex 99 B2 EF 24 1A 0 6 DF 49 4D
Octal 231 262 357 44 32 0 6 337 111 115
Binary 10011001 10110010 11101111 100100 11010 0 110 11011111 1001001 1001101

Color Harmonies of #99B2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B2EF

Black with #99B2EF

Text Example


Text Example

White with #99B2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,178,239); }

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

background-color css

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

 a { background-color: rgb(153,178,239); }

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

border-color css

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

 span { border-color: rgb(153,178,239); }

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