Html Css Color HEX #94C5FD Light Sky Blue

📋 copy color: '#94C5FD'

red 148 ◦ green 197 ◦ blue 253

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

Shades of Light Sky Blue #94C5FD

Tints of Light Sky Blue #94C5FD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.94%

 BLUE value IS 253 (99.22% from 255) = 42.31%

R = 24.75%
G = 32.94%
B = 42.31%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#94C5FD (or 0x94C5FD) is known color: Light Sky Blue. HEX triplet: 94, C5 and FD. RGB value is (148,197,253). Sum of RGB (Red+Green+Blue) = 148+197+253=598 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.75% from 598); Green value is 197 (77.34% from 255 or 32.94% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #94C5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94C5FD is #6B3A02. Grayscale: #BCBCBC. Windows color (decimal): -7027203 or 16631188. OLE color: 16631188.

HSL color Cylindrical-coordinate representation of color #94C5FD: hue angle of 212º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94C5FD is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 148 197 253 -
CMYK 0.42 0.22 0 0.01
HSL 212º 0.96% 0.79% -
HSV(B) 212º 0.42% 0.99% -
XYZ 49.91 53.32 100.59 -
YUV 188.73 164.27 98.95 -
System Red Green Blue C M Y K H S L
Decimal 148 197 253 0.42 0.22 0 0.01 212 0.96 0.79
Hex 94 C5 FD 2A 16 0 1 D4 60 4F
Octal 224 305 375 52 26 0 1 324 140 117
Binary 10010100 11000101 11111101 101010 10110 0 1 11010100 1100000 1001111

Color Harmonies of #94C5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C5FD

Black with #94C5FD

Text Example


Text Example

White with #94C5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,197,253); }

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

background-color css

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

 a { background-color: rgb(148,197,253); }

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

border-color css

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

 span { border-color: rgb(148,197,253); }

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