Html Css Color HEX #94ACF9 Perano

📋 copy color: '#94ACF9'

red 148 ◦ green 172 ◦ blue 249

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

Shades of Perano #94ACF9

Tints of Perano #94ACF9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.23%

 BLUE value IS 249 (97.66% from 255) = 43.76%

R = 26.01%
G = 30.23%
B = 43.76%

CMYK

 C value IS 0.41

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#94ACF9 (or 0x94ACF9) is known color: Perano. HEX triplet: 94, AC and F9. RGB value is (148,172,249). Sum of RGB (Red+Green+Blue) = 148+172+249=569 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.01% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 249 (97.66% from 255 or 43.76% from 569); Max value from RGB is 249 - color contains mainly: blue. Hex color #94ACF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94ACF9 is #6B5306. Grayscale: #ADADAD. Windows color (decimal): -7033607 or 16362644. OLE color: 16362644.

HSL color Cylindrical-coordinate representation of color #94ACF9: hue angle of 225.74º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94ACF9 is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 172 249 -
CMYK 0.41 0.31 0 0.02
HSL 225.74º 0.89% 0.78% -
HSV(B) 225.74º 0.41% 0.98% -
XYZ 44.06 42.64 95.53 -
YUV 173.6 170.55 109.74 -
System Red Green Blue C M Y K H S L
Decimal 148 172 249 0.41 0.31 0 0.02 225.74 0.89 0.78
Hex 94 AC F9 29 1F 0 2 E2 59 4E
Octal 224 254 371 51 37 0 2 342 131 116
Binary 10010100 10101100 11111001 101001 11111 0 10 11100010 1011001 1001110

Color Harmonies of #94ACF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94ACF9

Black with #94ACF9

Text Example


Text Example

White with #94ACF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,172,249); }

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

background-color css

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

 a { background-color: rgb(148,172,249); }

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

border-color css

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

 span { border-color: rgb(148,172,249); }

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