Html Css Color HEX #94AFF2 Perano

📋 copy color: '#94AFF2'

red 148 ◦ green 175 ◦ blue 242

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

Shades of Perano #94AFF2

Tints of Perano #94AFF2

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.97%

 BLUE value IS 242 (94.92% from 255) = 42.83%

R = 26.19%
G = 30.97%
B = 42.83%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#94AFF2 (or 0x94AFF2) is known color: Perano. HEX triplet: 94, AF and F2. RGB value is (148,175,242). Sum of RGB (Red+Green+Blue) = 148+175+242=565 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.19% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 242 (94.92% from 255 or 42.83% from 565); Max value from RGB is 242 - color contains mainly: blue. Hex color #94AFF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94AFF2 is #6B500D. Grayscale: #AEAEAE. Windows color (decimal): -7032846 or 15904660. OLE color: 15904660.

HSL color Cylindrical-coordinate representation of color #94AFF2: hue angle of 222.77º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94AFF2 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 148 175 242 -
CMYK 0.39 0.28 0 0.05
HSL 222.77º 0.78% 0.76% -
HSV(B) 222.77º 0.39% 0.95% -
XYZ 43.57 43.37 90.08 -
YUV 174.57 166.05 109.05 -
System Red Green Blue C M Y K H S L
Decimal 148 175 242 0.39 0.28 0 0.05 222.77 0.78 0.76
Hex 94 AF F2 27 1C 0 5 DF 4E 4C
Octal 224 257 362 47 34 0 5 337 116 114
Binary 10010100 10101111 11110010 100111 11100 0 101 11011111 1001110 1001100

Color Harmonies of #94AFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AFF2

Black with #94AFF2

Text Example


Text Example

White with #94AFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,175,242); }

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

background-color css

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

 a { background-color: rgb(148,175,242); }

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

border-color css

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

 span { border-color: rgb(148,175,242); }

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