Html Css Color HEX #94C2FE Light Sky Blue

📋 copy color: '#94C2FE'

red 148 ◦ green 194 ◦ blue 254

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

Shades of Light Sky Blue #94C2FE

Tints of Light Sky Blue #94C2FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.62%

R = 24.83%
G = 32.55%
B = 42.62%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#94C2FE (or 0x94C2FE) is known color: Light Sky Blue. HEX triplet: 94, C2 and FE. RGB value is (148,194,254). Sum of RGB (Red+Green+Blue) = 148+194+254=596 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.83% from 596); Green value is 194 (76.17% from 255 or 32.55% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #94C2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94C2FE is #6B3D01. Grayscale: #BABABA. Windows color (decimal): -7027970 or 16695956. OLE color: 16695956.

HSL color Cylindrical-coordinate representation of color #94C2FE: hue angle of 213.96º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94C2FE is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 148 194 254 -
CMYK 0.42 0.24 0 0.00
HSL 213.96º 0.98% 0.79% -
HSV(B) 213.96º 0.42% 1% -
XYZ 49.39 52.04 101.21 -
YUV 187.09 165.76 100.12 -
System Red Green Blue C M Y K H S L
Decimal 148 194 254 0.42 0.24 0 0.00 213.96 0.98 0.79
Hex 94 C2 FE 2A 18 0 0 D6 62 4F
Octal 224 302 376 52 30 0 0 326 142 117
Binary 10010100 11000010 11111110 101010 11000 0 0 11010110 1100010 1001111

Color Harmonies of #94C2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C2FE

Black with #94C2FE

Text Example


Text Example

White with #94C2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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