Html Css Color HEX #94ABEE Perano

📋 copy color: '#94ABEE'

red 148 ◦ green 171 ◦ blue 238

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

Shades of Perano #94ABEE

Tints of Perano #94ABEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.73%

R = 26.57%
G = 30.7%
B = 42.73%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#94ABEE (or 0x94ABEE) is known color: Perano. HEX triplet: 94, AB and EE. RGB value is (148,171,238). Sum of RGB (Red+Green+Blue) = 148+171+238=557 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.57% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 238 - color contains mainly: blue. Hex color #94ABEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94ABEE is #6B5411. Grayscale: #ABABAB. Windows color (decimal): -7033874 or 15641492. OLE color: 15641492.

HSL color Cylindrical-coordinate representation of color #94ABEE: hue angle of 224.67º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94ABEE is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 171 238 -
CMYK 0.38 0.28 0 0.07
HSL 224.67º 0.73% 0.76% -
HSV(B) 224.67º 0.38% 0.93% -
XYZ 42.21 41.59 86.69 -
YUV 171.76 165.38 111.05 -
System Red Green Blue C M Y K H S L
Decimal 148 171 238 0.38 0.28 0 0.07 224.67 0.73 0.76
Hex 94 AB EE 26 1C 0 7 E1 49 4C
Octal 224 253 356 46 34 0 7 341 111 114
Binary 10010100 10101011 11101110 100110 11100 0 111 11100001 1001001 1001100

Color Harmonies of #94ABEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94ABEE

Black with #94ABEE

Text Example


Text Example

White with #94ABEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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