Html Css Color HEX #94AEEF Perano

📋 copy color: '#94AEEF'

red 148 ◦ green 174 ◦ blue 239

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

Shades of Perano #94AEEF

Tints of Perano #94AEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.6%

R = 26.38%
G = 31.02%
B = 42.6%

CMYK

 C value IS 0.38

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#94AEEF (or 0x94AEEF) is known color: Perano. HEX triplet: 94, AE and EF. RGB value is (148,174,239). Sum of RGB (Red+Green+Blue) = 148+174+239=561 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.38% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #94AEEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94AEEF is #6B5110. Grayscale: #ADADAD. Windows color (decimal): -7033105 or 15707796. OLE color: 15707796.

HSL color Cylindrical-coordinate representation of color #94AEEF: hue angle of 222.86º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94AEEF is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 148 174 239 -
CMYK 0.38 0.27 0 0.06
HSL 222.86º 0.74% 0.76% -
HSV(B) 222.86º 0.38% 0.94% -
XYZ 42.93 42.8 87.66 -
YUV 173.64 164.89 109.71 -
System Red Green Blue C M Y K H S L
Decimal 148 174 239 0.38 0.27 0 0.06 222.86 0.74 0.76
Hex 94 AE EF 26 1B 0 6 DF 4A 4C
Octal 224 256 357 46 33 0 6 337 112 114
Binary 10010100 10101110 11101111 100110 11011 0 110 11011111 1001010 1001100

Color Harmonies of #94AEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AEEF

Black with #94AEEF

Text Example


Text Example

White with #94AEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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