Html Css Color HEX #94CDFF Light Sky Blue

📋 copy color: '#94CDFF'

red 148 ◦ green 205 ◦ blue 255

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

Shades of Light Sky Blue #94CDFF

Tints of Light Sky Blue #94CDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.94%

R = 24.34%
G = 33.72%
B = 41.94%

CMYK

 C value IS 0.42

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#94CDFF (or 0x94CDFF) is known color: Light Sky Blue. HEX triplet: 94, CD and FF. RGB value is (148,205,255). Sum of RGB (Red+Green+Blue) = 148+205+255=608 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.34% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #94CDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94CDFF is #6B3200. Grayscale: #C1C1C1. Windows color (decimal): -7025153 or 16764308. OLE color: 16764308.

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

Color convert

RGB 148 205 255 -
CMYK 0.42 0.20 0 0
HSL 208.04º 1% 0.79% -
HSV(B) 208.04º 0.42% 1% -
XYZ 52.09 57.18 102.9 -
YUV 193.66 162.62 95.43 -
System Red Green Blue C M Y K H S L
Decimal 148 205 255 0.42 0.20 0 0 208.04 1 0.79
Hex 94 CD FF 2A 14 0 0 D0 64 4F
Octal 224 315 377 52 24 0 0 320 144 117
Binary 10010100 11001101 11111111 101010 10100 0 0 11010000 1100100 1001111

Color Harmonies of #94CDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CDFF

Black with #94CDFF

Text Example


Text Example

White with #94CDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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