Html Css Color HEX #99BCFB Perano

📋 copy color: '#99BCFB'

red 153 ◦ green 188 ◦ blue 251

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

Shades of Perano #99BCFB

Tints of Perano #99BCFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.4%

R = 25.84%
G = 31.76%
B = 42.4%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#99BCFB (or 0x99BCFB) is known color: Perano. HEX triplet: 99, BC and FB. RGB value is (153,188,251). Sum of RGB (Red+Green+Blue) = 153+188+251=592 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.84% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 251 (98.44% from 255 or 42.40% from 592); Max value from RGB is 251 - color contains mainly: blue. Hex color #99BCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BCFB is #664304. Grayscale: #B8B8B8. Windows color (decimal): -6701829 or 16497817. OLE color: 16497817.

HSL color Cylindrical-coordinate representation of color #99BCFB: hue angle of 218.57º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99BCFB is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 188 251 -
CMYK 0.39 0.25 0 0.02
HSL 218.57º 0.92% 0.79% -
HSV(B) 218.57º 0.39% 0.98% -
XYZ 48.53 49.7 98.3 -
YUV 184.72 165.4 105.38 -
System Red Green Blue C M Y K H S L
Decimal 153 188 251 0.39 0.25 0 0.02 218.57 0.92 0.79
Hex 99 BC FB 27 19 0 2 DB 5C 4F
Octal 231 274 373 47 31 0 2 333 134 117
Binary 10011001 10111100 11111011 100111 11001 0 10 11011011 1011100 1001111

Color Harmonies of #99BCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BCFB

Black with #99BCFB

Text Example


Text Example

White with #99BCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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