Html Css Color HEX #94C4F7 Light Sky Blue

📋 copy color: '#94C4F7'

red 148 ◦ green 196 ◦ blue 247

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

Shades of Light Sky Blue #94C4F7

Tints of Light Sky Blue #94C4F7

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.16%

 BLUE value IS 247 (96.88% from 255) = 41.79%

R = 25.04%
G = 33.16%
B = 41.79%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#94C4F7 (or 0x94C4F7) is known color: Light Sky Blue. HEX triplet: 94, C4 and F7. RGB value is (148,196,247). Sum of RGB (Red+Green+Blue) = 148+196+247=591 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25.04% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 247 (96.88% from 255 or 41.79% from 591); Max value from RGB is 247 - color contains mainly: blue. Hex color #94C4F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94C4F7 is #6B3B08. Grayscale: #BBBBBB. Windows color (decimal): -7027465 or 16237716. OLE color: 16237716.

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

Color convert

RGB 148 196 247 -
CMYK 0.40 0.21 0 0.03
HSL 210.91º 0.86% 0.77% -
HSV(B) 210.91º 0.4% 0.97% -
XYZ 48.74 52.49 95.56 -
YUV 187.46 161.6 99.85 -
System Red Green Blue C M Y K H S L
Decimal 148 196 247 0.40 0.21 0 0.03 210.91 0.86 0.77
Hex 94 C4 F7 28 15 0 3 D3 56 4D
Octal 224 304 367 50 25 0 3 323 126 115
Binary 10010100 11000100 11110111 101000 10101 0 11 11010011 1010110 1001101

Color Harmonies of #94C4F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C4F7

Black with #94C4F7

Text Example


Text Example

White with #94C4F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,196,247); }

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

background-color css

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

 a { background-color: rgb(148,196,247); }

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

border-color css

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

 span { border-color: rgb(148,196,247); }

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