Html Css Color HEX #94C0FC Light Sky Blue

📋 copy color: '#94C0FC'

red 148 ◦ green 192 ◦ blue 252

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

Shades of Light Sky Blue #94C0FC

Tints of Light Sky Blue #94C0FC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.43%

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

R = 25%
G = 32.43%
B = 42.57%

CMYK

 C value IS 0.41

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#94C0FC (or 0x94C0FC) is known color: Light Sky Blue. HEX triplet: 94, C0 and FC. RGB value is (148,192,252). Sum of RGB (Red+Green+Blue) = 148+192+252=592 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25% from 592); Green value is 192 (75.39% from 255 or 32.43% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #94C0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94C0FC is #6B3F03. Grayscale: #B9B9B9. Windows color (decimal): -7028484 or 16564372. OLE color: 16564372.

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

Color convert

RGB 148 192 252 -
CMYK 0.41 0.24 0 0.01
HSL 214.62º 0.95% 0.78% -
HSV(B) 214.62º 0.41% 0.99% -
XYZ 48.63 51.02 99.38 -
YUV 185.68 165.42 101.12 -
System Red Green Blue C M Y K H S L
Decimal 148 192 252 0.41 0.24 0 0.01 214.62 0.95 0.78
Hex 94 C0 FC 29 18 0 1 D7 5F 4E
Octal 224 300 374 51 30 0 1 327 137 116
Binary 10010100 11000000 11111100 101001 11000 0 1 11010111 1011111 1001110

Color Harmonies of #94C0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C0FC

Black with #94C0FC

Text Example


Text Example

White with #94C0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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