Html Css Color HEX #94AEF4 Perano

📋 copy color: '#94AEF4'

red 148 ◦ green 174 ◦ blue 244

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

Shades of Perano #94AEF4

Tints of Perano #94AEF4

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.74%

 BLUE value IS 244 (95.7% from 255) = 43.11%

R = 26.15%
G = 30.74%
B = 43.11%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#94AEF4 (or 0x94AEF4) is known color: Perano. HEX triplet: 94, AE and F4. RGB value is (148,174,244). Sum of RGB (Red+Green+Blue) = 148+174+244=566 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.15% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 244 (95.70% from 255 or 43.11% from 566); Max value from RGB is 244 - color contains mainly: blue. Hex color #94AEF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94AEF4 is #6B510B. Grayscale: #ADADAD. Windows color (decimal): -7033100 or 16035476. OLE color: 16035476.

HSL color Cylindrical-coordinate representation of color #94AEF4: hue angle of 223.75º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94AEF4 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 148 174 244 -
CMYK 0.39 0.29 0 0.04
HSL 223.75º 0.81% 0.77% -
HSV(B) 223.75º 0.39% 0.96% -
XYZ 43.68 43.1 91.6 -
YUV 174.21 167.39 109.31 -
System Red Green Blue C M Y K H S L
Decimal 148 174 244 0.39 0.29 0 0.04 223.75 0.81 0.77
Hex 94 AE F4 27 1D 0 4 E0 51 4D
Octal 224 256 364 47 35 0 4 340 121 115
Binary 10010100 10101110 11110100 100111 11101 0 100 11100000 1010001 1001101

Color Harmonies of #94AEF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AEF4

Black with #94AEF4

Text Example


Text Example

White with #94AEF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,174,244); }

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

background-color css

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

 a { background-color: rgb(148,174,244); }

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

border-color css

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

 span { border-color: rgb(148,174,244); }

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