Html Css Color HEX #94AEF8 Perano

📋 copy color: '#94AEF8'

red 148 ◦ green 174 ◦ blue 248

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

Shades of Perano #94AEF8

Tints of Perano #94AEF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 43.51%

R = 25.96%
G = 30.53%
B = 43.51%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#94AEF8 (or 0x94AEF8) is known color: Perano. HEX triplet: 94, AE and F8. RGB value is (148,174,248). Sum of RGB (Red+Green+Blue) = 148+174+248=570 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.96% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 248 (97.27% from 255 or 43.51% from 570); Max value from RGB is 248 - color contains mainly: blue. Hex color #94AEF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94AEF8 is #6B5107. Grayscale: #AEAEAE. Windows color (decimal): -7033096 or 16297620. OLE color: 16297620.

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

Color convert

RGB 148 174 248 -
CMYK 0.40 0.30 0 0.03
HSL 224.4º 0.88% 0.78% -
HSV(B) 224.4º 0.4% 0.97% -
XYZ 44.29 43.35 94.84 -
YUV 174.66 169.39 108.98 -
System Red Green Blue C M Y K H S L
Decimal 148 174 248 0.40 0.30 0 0.03 224.4 0.88 0.78
Hex 94 AE F8 28 1E 0 3 E0 58 4E
Octal 224 256 370 50 36 0 3 340 130 116
Binary 10010100 10101110 11111000 101000 11110 0 11 11100000 1011000 1001110

Color Harmonies of #94AEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AEF8

Black with #94AEF8

Text Example


Text Example

White with #94AEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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