Html Css Color HEX #94ABF7 Perano

📋 copy color: '#94ABF7'

red 148 ◦ green 171 ◦ blue 247

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

Shades of Perano #94ABF7

Tints of Perano #94ABF7

RGB

 RED value IS 148 (58.2% from 255) = 26.15%

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

 BLUE value IS 247 (96.88% from 255) = 43.64%

R = 26.15%
G = 30.21%
B = 43.64%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#94ABF7 (or 0x94ABF7) is known color: Perano. HEX triplet: 94, AB and F7. RGB value is (148,171,247). Sum of RGB (Red+Green+Blue) = 148+171+247=566 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.15% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 247 (96.88% from 255 or 43.64% from 566); Max value from RGB is 247 - color contains mainly: blue. Hex color #94ABF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94ABF7 is #6B5408. Grayscale: #ACACAC. Windows color (decimal): -7033865 or 16231316. OLE color: 16231316.

HSL color Cylindrical-coordinate representation of color #94ABF7: hue angle of 226.06º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94ABF7 is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 148 171 247 -
CMYK 0.40 0.31 0 0.03
HSL 226.06º 0.86% 0.77% -
HSV(B) 226.06º 0.4% 0.97% -
XYZ 43.56 42.14 93.83 -
YUV 172.79 169.88 110.32 -
System Red Green Blue C M Y K H S L
Decimal 148 171 247 0.40 0.31 0 0.03 226.06 0.86 0.77
Hex 94 AB F7 28 1F 0 3 E2 56 4D
Octal 224 253 367 50 37 0 3 342 126 115
Binary 10010100 10101011 11110111 101000 11111 0 11 11100010 1010110 1001101

Color Harmonies of #94ABF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94ABF7

Black with #94ABF7

Text Example


Text Example

White with #94ABF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94ABF7; }

 p { color: rgb(148,171,247); }

 H1.HeaderClassName
 {
   color: #94ABF7;
 }
 .AnyTagClassName
 {
   color: #94ABF7;
 }
</style>

background-color css

<style>
 a { background-color: #94ABF7; }

 a { background-color: rgb(148,171,247); }

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

border-color css

<style>
 span { border-color: #94ABF7; }

 span { border-color: rgb(148,171,247); }

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