Html Css Color HEX #94C1FC Light Sky Blue

📋 copy color: '#94C1FC'

red 148 ◦ green 193 ◦ blue 252

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

Shades of Light Sky Blue #94C1FC

Tints of Light Sky Blue #94C1FC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.55%

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

R = 24.96%
G = 32.55%
B = 42.5%

CMYK

 C value IS 0.41

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#94C1FC (or 0x94C1FC) is known color: Light Sky Blue. HEX triplet: 94, C1 and FC. RGB value is (148,193,252). Sum of RGB (Red+Green+Blue) = 148+193+252=593 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.96% from 593); Green value is 193 (75.78% from 255 or 32.55% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #94C1FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94C1FC is #6B3E03. Grayscale: #B9B9B9. Windows color (decimal): -7028228 or 16564628. OLE color: 16564628.

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

Color convert

RGB 148 193 252 -
CMYK 0.41 0.23 0 0.01
HSL 214.04º 0.95% 0.78% -
HSV(B) 214.04º 0.41% 0.99% -
XYZ 48.85 51.46 99.45 -
YUV 186.27 165.09 100.7 -
System Red Green Blue C M Y K H S L
Decimal 148 193 252 0.41 0.23 0 0.01 214.04 0.95 0.78
Hex 94 C1 FC 29 17 0 1 D6 5F 4E
Octal 224 301 374 51 27 0 1 326 137 116
Binary 10010100 11000001 11111100 101001 10111 0 1 11010110 1011111 1001110

Color Harmonies of #94C1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C1FC

Black with #94C1FC

Text Example


Text Example

White with #94C1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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