Html Css Color HEX #99BCF8 Perano

📋 copy color: '#99BCF8'

red 153 ◦ green 188 ◦ blue 248

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

Shades of Perano #99BCF8

Tints of Perano #99BCF8

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.92%

 BLUE value IS 248 (97.27% from 255) = 42.11%

R = 25.98%
G = 31.92%
B = 42.11%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#99BCF8 (or 0x99BCF8) is known color: Perano. HEX triplet: 99, BC and F8. RGB value is (153,188,248). Sum of RGB (Red+Green+Blue) = 153+188+248=589 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.98% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 248 (97.27% from 255 or 42.11% from 589); Max value from RGB is 248 - color contains mainly: blue. Hex color #99BCF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BCF8 is #664307. Grayscale: #B8B8B8. Windows color (decimal): -6701832 or 16301209. OLE color: 16301209.

HSL color Cylindrical-coordinate representation of color #99BCF8: hue angle of 217.89º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99BCF8 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 153 188 248 -
CMYK 0.38 0.24 0 0.03
HSL 217.89º 0.87% 0.79% -
HSV(B) 217.89º 0.38% 0.97% -
XYZ 48.06 49.52 95.83 -
YUV 184.38 163.9 105.62 -
System Red Green Blue C M Y K H S L
Decimal 153 188 248 0.38 0.24 0 0.03 217.89 0.87 0.79
Hex 99 BC F8 26 18 0 3 DA 57 4F
Octal 231 274 370 46 30 0 3 332 127 117
Binary 10011001 10111100 11111000 100110 11000 0 11 11011010 1010111 1001111

Color Harmonies of #99BCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BCF8

Black with #99BCF8

Text Example


Text Example

White with #99BCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,188,248); }

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

background-color css

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

 a { background-color: rgb(153,188,248); }

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

border-color css

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

 span { border-color: rgb(153,188,248); }

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