Html Css Color HEX #94B4F9 Perano

📋 copy color: '#94B4F9'

red 148 ◦ green 180 ◦ blue 249

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

Shades of Perano #94B4F9

Tints of Perano #94B4F9

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.2%

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

R = 25.65%
G = 31.2%
B = 43.15%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#94B4F9 (or 0x94B4F9) is known color: Perano. HEX triplet: 94, B4 and F9. RGB value is (148,180,249). Sum of RGB (Red+Green+Blue) = 148+180+249=577 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.65% from 577); Green value is 180 (70.70% from 255 or 31.20% from 577); Blue value is 249 (97.66% from 255 or 43.15% from 577); Max value from RGB is 249 - color contains mainly: blue. Hex color #94B4F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94B4F9 is #6B4B06. Grayscale: #B1B1B1. Windows color (decimal): -7031559 or 16364692. OLE color: 16364692.

HSL color Cylindrical-coordinate representation of color #94B4F9: hue angle of 220.99º 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 #94B4F9 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 180 249 -
CMYK 0.41 0.28 0 0.02
HSL 220.99º 0.89% 0.78% -
HSV(B) 220.99º 0.41% 0.98% -
XYZ 45.63 45.78 96.05 -
YUV 178.3 167.9 106.39 -
System Red Green Blue C M Y K H S L
Decimal 148 180 249 0.41 0.28 0 0.02 220.99 0.89 0.78
Hex 94 B4 F9 29 1C 0 2 DD 59 4E
Octal 224 264 371 51 34 0 2 335 131 116
Binary 10010100 10110100 11111001 101001 11100 0 10 11011101 1011001 1001110

Color Harmonies of #94B4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B4F9

Black with #94B4F9

Text Example


Text Example

White with #94B4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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