Html Css Color HEX #94ADF2 Perano

📋 copy color: '#94ADF2'

red 148 ◦ green 173 ◦ blue 242

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

Shades of Perano #94ADF2

Tints of Perano #94ADF2

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.73%

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

R = 26.29%
G = 30.73%
B = 42.98%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#94ADF2 (or 0x94ADF2) is known color: Perano. HEX triplet: 94, AD and F2. RGB value is (148,173,242). Sum of RGB (Red+Green+Blue) = 148+173+242=563 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.29% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 242 (94.92% from 255 or 42.98% from 563); Max value from RGB is 242 - color contains mainly: blue. Hex color #94ADF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94ADF2 is #6B520D. Grayscale: #ADADAD. Windows color (decimal): -7033358 or 15904148. OLE color: 15904148.

HSL color Cylindrical-coordinate representation of color #94ADF2: hue angle of 224.04º 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 #94ADF2 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 148 173 242 -
CMYK 0.39 0.29 0 0.05
HSL 224.04º 0.78% 0.76% -
HSV(B) 224.04º 0.39% 0.95% -
XYZ 43.18 42.59 89.95 -
YUV 173.39 166.72 109.89 -
System Red Green Blue C M Y K H S L
Decimal 148 173 242 0.39 0.29 0 0.05 224.04 0.78 0.76
Hex 94 AD F2 27 1D 0 5 E0 4E 4C
Octal 224 255 362 47 35 0 5 340 116 114
Binary 10010100 10101101 11110010 100111 11101 0 101 11100000 1001110 1001100

Color Harmonies of #94ADF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94ADF2

Black with #94ADF2

Text Example


Text Example

White with #94ADF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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