Html Css Color HEX #96BAFA Perano

📋 copy color: '#96BAFA'

red 150 ◦ green 186 ◦ blue 250

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

Shades of Perano #96BAFA

Tints of Perano #96BAFA

RGB

 RED value IS 150 (58.98% from 255) = 25.6%

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

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

R = 25.6%
G = 31.74%
B = 42.66%

CMYK

 C value IS 0.4

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#96BAFA (or 0x96BAFA) is known color: Perano. HEX triplet: 96, BA and FA. RGB value is (150,186,250). Sum of RGB (Red+Green+Blue) = 150+186+250=586 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.60% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #96BAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BAFA is #694505. Grayscale: #B6B6B6. Windows color (decimal): -6898950 or 16431766. OLE color: 16431766.

HSL color Cylindrical-coordinate representation of color #96BAFA: hue angle of 218.4º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96BAFA is Cyan = 0.4, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 186 250 -
CMYK 0.4 0.26 0 0.02
HSL 218.4º 0.91% 0.78% -
HSV(B) 218.4º 0.4% 0.98% -
XYZ 47.39 48.5 97.31 -
YUV 182.53 166.07 104.8 -
System Red Green Blue C M Y K H S L
Decimal 150 186 250 0.4 0.26 0 0.02 218.4 0.91 0.78
Hex 96 BA FA 28 1A 0 2 DA 5B 4E
Octal 226 272 372 50 32 0 2 332 133 116
Binary 10010110 10111010 11111010 101000 11010 0 10 11011010 1011011 1001110

Color Harmonies of #96BAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BAFA

Black with #96BAFA

Text Example


Text Example

White with #96BAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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