Html Css Color HEX #94CAFA Light Sky Blue

📋 copy color: '#94CAFA'

red 148 ◦ green 202 ◦ blue 250

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

Shades of Light Sky Blue #94CAFA

Tints of Light Sky Blue #94CAFA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.67%

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

R = 24.67%
G = 33.67%
B = 41.67%

CMYK

 C value IS 0.41

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#94CAFA (or 0x94CAFA) is known color: Light Sky Blue. HEX triplet: 94, CA and FA. RGB value is (148,202,250). Sum of RGB (Red+Green+Blue) = 148+202+250=600 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.67% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #94CAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94CAFA is #6B3505. Grayscale: #BFBFBF. Windows color (decimal): -7025926 or 16435860. OLE color: 16435860.

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

Color convert

RGB 148 202 250 -
CMYK 0.41 0.19 0 0.02
HSL 208.24º 0.91% 0.78% -
HSV(B) 208.24º 0.41% 0.98% -
XYZ 50.59 55.44 98.48 -
YUV 191.33 161.11 97.1 -
System Red Green Blue C M Y K H S L
Decimal 148 202 250 0.41 0.19 0 0.02 208.24 0.91 0.78
Hex 94 CA FA 29 13 0 2 D0 5B 4E
Octal 224 312 372 51 23 0 2 320 133 116
Binary 10010100 11001010 11111010 101001 10011 0 10 11010000 1011011 1001110

Color Harmonies of #94CAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CAFA

Black with #94CAFA

Text Example


Text Example

White with #94CAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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