Html Css Color HEX #94CDF8 Light Sky Blue

📋 copy color: '#94CDF8'

red 148 ◦ green 205 ◦ blue 248

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

Shades of Light Sky Blue #94CDF8

Tints of Light Sky Blue #94CDF8

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.11%

 BLUE value IS 248 (97.27% from 255) = 41.26%

R = 24.63%
G = 34.11%
B = 41.26%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#94CDF8 (or 0x94CDF8) is known color: Light Sky Blue. HEX triplet: 94, CD and F8. RGB value is (148,205,248). Sum of RGB (Red+Green+Blue) = 148+205+248=601 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.63% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 248 (97.27% from 255 or 41.26% from 601); Max value from RGB is 248 - color contains mainly: blue. Hex color #94CDF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94CDF8 is #6B3207. Grayscale: #C0C0C0. Windows color (decimal): -7025160 or 16305556. OLE color: 16305556.

HSL color Cylindrical-coordinate representation of color #94CDF8: hue angle of 205.8º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94CDF8 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 148 205 248 -
CMYK 0.40 0.17 0 0.03
HSL 205.8º 0.88% 0.78% -
HSV(B) 205.8º 0.4% 0.97% -
XYZ 50.99 56.74 97.07 -
YUV 192.86 159.12 96 -
System Red Green Blue C M Y K H S L
Decimal 148 205 248 0.40 0.17 0 0.03 205.8 0.88 0.78
Hex 94 CD F8 28 11 0 3 CE 58 4E
Octal 224 315 370 50 21 0 3 316 130 116
Binary 10010100 11001101 11111000 101000 10001 0 11 11001110 1011000 1001110

Color Harmonies of #94CDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CDF8

Black with #94CDF8

Text Example


Text Example

White with #94CDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,205,248); }

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

background-color css

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

 a { background-color: rgb(148,205,248); }

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

border-color css

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

 span { border-color: rgb(148,205,248); }

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