Html Css Color HEX #92ABF9 Perano

📋 copy color: '#92ABF9'

red 146 ◦ green 171 ◦ blue 249

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

Shades of Perano #92ABF9

Tints of Perano #92ABF9

RGB

 RED value IS 146 (57.42% from 255) = 25.8%

 GREEN value IS 171 (67.19% from 255) = 30.21%

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

R = 25.8%
G = 30.21%
B = 43.99%

CMYK

 C value IS 0.41

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#92ABF9 (or 0x92ABF9) is known color: Perano. HEX triplet: 92, AB and F9. RGB value is (146,171,249). Sum of RGB (Red+Green+Blue) = 146+171+249=566 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.80% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 249 (97.66% from 255 or 43.99% from 566); Max value from RGB is 249 - color contains mainly: blue. Hex color #92ABF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92ABF9 is #6D5406. Grayscale: #ACACAC. Windows color (decimal): -7164935 or 16362386. OLE color: 16362386.

HSL color Cylindrical-coordinate representation of color #92ABF9: hue angle of 225.44º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92ABF9 is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 146 171 249 -
CMYK 0.41 0.31 0 0.02
HSL 225.44º 0.9% 0.77% -
HSV(B) 225.44º 0.41% 0.98% -
XYZ 43.52 42.08 95.45 -
YUV 172.42 171.22 109.16 -
System Red Green Blue C M Y K H S L
Decimal 146 171 249 0.41 0.31 0 0.02 225.44 0.9 0.77
Hex 92 AB F9 29 1F 0 2 E1 5A 4D
Octal 222 253 371 51 37 0 2 341 132 115
Binary 10010010 10101011 11111001 101001 11111 0 10 11100001 1011010 1001101

Color Harmonies of #92ABF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92ABF9

Black with #92ABF9

Text Example


Text Example

White with #92ABF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92ABF9; }

 p { color: rgb(146,171,249); }

 H1.HeaderClassName
 {
   color: #92ABF9;
 }
 .AnyTagClassName
 {
   color: #92ABF9;
 }
</style>

background-color css

<style>
 a { background-color: #92ABF9; }

 a { background-color: rgb(146,171,249); }

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

border-color css

<style>
 span { border-color: #92ABF9; }

 span { border-color: rgb(146,171,249); }

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