Html Css Color HEX #94C8FC Light Sky Blue

📋 copy color: '#94C8FC'

red 148 ◦ green 200 ◦ blue 252

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

Shades of Light Sky Blue #94C8FC

Tints of Light Sky Blue #94C8FC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.33%

 BLUE value IS 252 (98.83% from 255) = 42%

R = 24.67%
G = 33.33%
B = 42%

CMYK

 C value IS 0.41

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#94C8FC (or 0x94C8FC) is known color: Light Sky Blue. HEX triplet: 94, C8 and FC. RGB value is (148,200,252). Sum of RGB (Red+Green+Blue) = 148+200+252=600 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.67% from 600); Green value is 200 (78.52% from 255 or 33.33% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #94C8FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94C8FC is #6B3703. Grayscale: #BEBEBE. Windows color (decimal): -7026436 or 16566420. OLE color: 16566420.

HSL color Cylindrical-coordinate representation of color #94C8FC: hue angle of 210º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94C8FC is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 148 200 252 -
CMYK 0.41 0.21 0 0.01
HSL 210º 0.95% 0.78% -
HSV(B) 210º 0.41% 0.99% -
XYZ 50.44 54.63 99.98 -
YUV 190.38 162.77 97.77 -
System Red Green Blue C M Y K H S L
Decimal 148 200 252 0.41 0.21 0 0.01 210 0.95 0.78
Hex 94 C8 FC 29 15 0 1 D2 5F 4E
Octal 224 310 374 51 25 0 1 322 137 116
Binary 10010100 11001000 11111100 101001 10101 0 1 11010010 1011111 1001110

Color Harmonies of #94C8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C8FC

Black with #94C8FC

Text Example


Text Example

White with #94C8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,200,252); }

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

background-color css

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

 a { background-color: rgb(148,200,252); }

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

border-color css

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

 span { border-color: rgb(148,200,252); }

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