Html Css Color HEX #95B6F9 Perano

📋 copy color: '#95B6F9'

red 149 ◦ green 182 ◦ blue 249

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

Shades of Perano #95B6F9

Tints of Perano #95B6F9

RGB

 RED value IS 149 (58.59% from 255) = 25.69%

 GREEN value IS 182 (71.48% from 255) = 31.38%

 BLUE value IS 249 (97.66% from 255) = 42.93%

R = 25.69%
G = 31.38%
B = 42.93%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#95B6F9 (or 0x95B6F9) is known color: Perano. HEX triplet: 95, B6 and F9. RGB value is (149,182,249). Sum of RGB (Red+Green+Blue) = 149+182+249=580 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.69% from 580); Green value is 182 (71.48% from 255 or 31.38% from 580); Blue value is 249 (97.66% from 255 or 42.93% from 580); Max value from RGB is 249 - color contains mainly: blue. Hex color #95B6F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95B6F9 is #6A4906. Grayscale: #B3B3B3. Windows color (decimal): -6965511 or 16365205. OLE color: 16365205.

HSL color Cylindrical-coordinate representation of color #95B6F9: hue angle of 220.2º degrees, saturation: 0.89, 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 #95B6F9 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 182 249 -
CMYK 0.40 0.27 0 0.02
HSL 220.2º 0.89% 0.78% -
HSV(B) 220.2º 0.4% 0.98% -
XYZ 46.22 46.69 96.2 -
YUV 179.77 167.07 106.05 -
System Red Green Blue C M Y K H S L
Decimal 149 182 249 0.40 0.27 0 0.02 220.2 0.89 0.78
Hex 95 B6 F9 28 1B 0 2 DC 59 4E
Octal 225 266 371 50 33 0 2 334 131 116
Binary 10010101 10110110 11111001 101000 11011 0 10 11011100 1011001 1001110

Color Harmonies of #95B6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B6F9

Black with #95B6F9

Text Example


Text Example

White with #95B6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95B6F9; }

 p { color: rgb(149,182,249); }

 H1.HeaderClassName
 {
   color: #95B6F9;
 }
 .AnyTagClassName
 {
   color: #95B6F9;
 }
</style>

background-color css

<style>
 a { background-color: #95B6F9; }

 a { background-color: rgb(149,182,249); }

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

border-color css

<style>
 span { border-color: #95B6F9; }

 span { border-color: rgb(149,182,249); }

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