Html Css Color HEX #94B5ED Perano

📋 copy color: '#94B5ED'

red 148 ◦ green 181 ◦ blue 237

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

Shades of Perano #94B5ED

Tints of Perano #94B5ED

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.98%

 BLUE value IS 237 (92.97% from 255) = 41.87%

R = 26.15%
G = 31.98%
B = 41.87%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#94B5ED (or 0x94B5ED) is known color: Perano. HEX triplet: 94, B5 and ED. RGB value is (148,181,237). Sum of RGB (Red+Green+Blue) = 148+181+237=566 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.15% from 566); Green value is 181 (71.09% from 255 or 31.98% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #94B5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94B5ED is #6B4A12. Grayscale: #B1B1B1. Windows color (decimal): -7031315 or 15578516. OLE color: 15578516.

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

Color convert

RGB 148 181 237 -
CMYK 0.38 0.24 0 0.07
HSL 217.75º 0.71% 0.75% -
HSV(B) 217.75º 0.38% 0.93% -
XYZ 44.02 45.46 86.57 -
YUV 177.52 161.57 106.95 -
System Red Green Blue C M Y K H S L
Decimal 148 181 237 0.38 0.24 0 0.07 217.75 0.71 0.75
Hex 94 B5 ED 26 18 0 7 DA 47 4B
Octal 224 265 355 46 30 0 7 332 107 113
Binary 10010100 10110101 11101101 100110 11000 0 111 11011010 1000111 1001011

Color Harmonies of #94B5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B5ED

Black with #94B5ED

Text Example


Text Example

White with #94B5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,181,237); }

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

background-color css

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

 a { background-color: rgb(148,181,237); }

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

border-color css

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

 span { border-color: rgb(148,181,237); }

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