Html Css Color HEX #94D2FA Light Sky Blue

📋 copy color: '#94D2FA'

red 148 ◦ green 210 ◦ blue 250

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

Shades of Light Sky Blue #94D2FA

Tints of Light Sky Blue #94D2FA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.54%

 BLUE value IS 250 (98.05% from 255) = 41.12%

R = 24.34%
G = 34.54%
B = 41.12%

CMYK

 C value IS 0.41

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#94D2FA (or 0x94D2FA) is known color: Light Sky Blue. HEX triplet: 94, D2 and FA. RGB value is (148,210,250). Sum of RGB (Red+Green+Blue) = 148+210+250=608 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.34% from 608); Green value is 210 (82.42% from 255 or 34.54% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #94D2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94D2FA is #6B2D05. Grayscale: #C3C3C3. Windows color (decimal): -7023878 or 16437908. OLE color: 16437908.

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

Color convert

RGB 148 210 250 -
CMYK 0.41 0.16 0 0.02
HSL 203.53º 0.91% 0.78% -
HSV(B) 203.53º 0.41% 0.98% -
XYZ 52.51 59.29 99.12 -
YUV 196.02 158.46 93.75 -
System Red Green Blue C M Y K H S L
Decimal 148 210 250 0.41 0.16 0 0.02 203.53 0.91 0.78
Hex 94 D2 FA 29 10 0 2 CC 5B 4E
Octal 224 322 372 51 20 0 2 314 133 116
Binary 10010100 11010010 11111010 101001 10000 0 10 11001100 1011011 1001110

Color Harmonies of #94D2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D2FA

Black with #94D2FA

Text Example


Text Example

White with #94D2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,210,250); }

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

background-color css

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

 a { background-color: rgb(148,210,250); }

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

border-color css

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

 span { border-color: rgb(148,210,250); }

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