Html Css Color HEX #99BAFA Perano

📋 copy color: '#99BAFA'

red 153 ◦ green 186 ◦ blue 250

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

Shades of Perano #99BAFA

Tints of Perano #99BAFA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.58%

 BLUE value IS 250 (98.05% from 255) = 42.44%

R = 25.98%
G = 31.58%
B = 42.44%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#99BAFA (or 0x99BAFA) is known color: Perano. HEX triplet: 99, BA and FA. RGB value is (153,186,250). Sum of RGB (Red+Green+Blue) = 153+186+250=589 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.98% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #99BAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BAFA is #664505. Grayscale: #B7B7B7. Windows color (decimal): -6702342 or 16431769. OLE color: 16431769.

HSL color Cylindrical-coordinate representation of color #99BAFA: hue angle of 219.59º degrees, saturation: 0.91, 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 #99BAFA is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 186 250 -
CMYK 0.39 0.26 0 0.02
HSL 219.59º 0.91% 0.79% -
HSV(B) 219.59º 0.39% 0.98% -
XYZ 47.95 48.79 97.33 -
YUV 183.43 165.57 106.3 -
System Red Green Blue C M Y K H S L
Decimal 153 186 250 0.39 0.26 0 0.02 219.59 0.91 0.79
Hex 99 BA FA 27 1A 0 2 DC 5B 4F
Octal 231 272 372 47 32 0 2 334 133 117
Binary 10011001 10111010 11111010 100111 11010 0 10 11011100 1011011 1001111

Color Harmonies of #99BAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BAFA

Black with #99BAFA

Text Example


Text Example

White with #99BAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,186,250); }

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

background-color css

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

 a { background-color: rgb(153,186,250); }

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

border-color css

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

 span { border-color: rgb(153,186,250); }

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