Html Css Color HEX #94C2FB Light Sky Blue

📋 copy color: '#94C2FB'

red 148 ◦ green 194 ◦ blue 251

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

Shades of Light Sky Blue #94C2FB

Tints of Light Sky Blue #94C2FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.33%

R = 24.96%
G = 32.72%
B = 42.33%

CMYK

 C value IS 0.41

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#94C2FB (or 0x94C2FB) is known color: Light Sky Blue. HEX triplet: 94, C2 and FB. RGB value is (148,194,251). Sum of RGB (Red+Green+Blue) = 148+194+251=593 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.96% from 593); Green value is 194 (76.17% from 255 or 32.72% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #94C2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94C2FB is #6B3D04. Grayscale: #BABABA. Windows color (decimal): -7027973 or 16499348. OLE color: 16499348.

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

Color convert

RGB 148 194 251 -
CMYK 0.41 0.23 0 0.02
HSL 213.2º 0.93% 0.78% -
HSV(B) 213.2º 0.41% 0.98% -
XYZ 48.92 51.84 98.7 -
YUV 186.74 164.26 100.37 -
System Red Green Blue C M Y K H S L
Decimal 148 194 251 0.41 0.23 0 0.02 213.2 0.93 0.78
Hex 94 C2 FB 29 17 0 2 D5 5D 4E
Octal 224 302 373 51 27 0 2 325 135 116
Binary 10010100 11000010 11111011 101001 10111 0 10 11010101 1011101 1001110

Color Harmonies of #94C2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C2FB

Black with #94C2FB

Text Example


Text Example

White with #94C2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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