Html Css Color HEX #94C2F6 Light Sky Blue

📋 copy color: '#94C2F6'

red 148 ◦ green 194 ◦ blue 246

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

Shades of Light Sky Blue #94C2F6

Tints of Light Sky Blue #94C2F6

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.99%

 BLUE value IS 246 (96.48% from 255) = 41.84%

R = 25.17%
G = 32.99%
B = 41.84%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#94C2F6 (or 0x94C2F6) is known color: Light Sky Blue. HEX triplet: 94, C2 and F6. RGB value is (148,194,246). Sum of RGB (Red+Green+Blue) = 148+194+246=588 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.17% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 246 (96.48% from 255 or 41.84% from 588); Max value from RGB is 246 - color contains mainly: blue. Hex color #94C2F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94C2F6 is #6B3D09. Grayscale: #B9B9B9. Windows color (decimal): -7027978 or 16171668. OLE color: 16171668.

HSL color Cylindrical-coordinate representation of color #94C2F6: hue angle of 211.84º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94C2F6 is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 148 194 246 -
CMYK 0.40 0.21 0 0.04
HSL 211.84º 0.84% 0.77% -
HSV(B) 211.84º 0.4% 0.96% -
XYZ 48.14 51.53 94.6 -
YUV 186.17 161.76 100.77 -
System Red Green Blue C M Y K H S L
Decimal 148 194 246 0.40 0.21 0 0.04 211.84 0.84 0.77
Hex 94 C2 F6 28 15 0 4 D4 54 4D
Octal 224 302 366 50 25 0 4 324 124 115
Binary 10010100 11000010 11110110 101000 10101 0 100 11010100 1010100 1001101

Color Harmonies of #94C2F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C2F6

Black with #94C2F6

Text Example


Text Example

White with #94C2F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,194,246); }

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

background-color css

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

 a { background-color: rgb(148,194,246); }

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

border-color css

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

 span { border-color: rgb(148,194,246); }

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