Html Css Color HEX #94BCFE Light Sky Blue

📋 copy color: '#94BCFE'

red 148 ◦ green 188 ◦ blue 254

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

Shades of Light Sky Blue #94BCFE

Tints of Light Sky Blue #94BCFE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.86%

 BLUE value IS 254 (99.61% from 255) = 43.05%

R = 25.08%
G = 31.86%
B = 43.05%

CMYK

 C value IS 0.42

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#94BCFE (or 0x94BCFE) is known color: Light Sky Blue. HEX triplet: 94, BC and FE. RGB value is (148,188,254). Sum of RGB (Red+Green+Blue) = 148+188+254=590 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25.08% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #94BCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BCFE is #6B4301. Grayscale: #B7B7B7. Windows color (decimal): -7029506 or 16694420. OLE color: 16694420.

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

Color convert

RGB 148 188 254 -
CMYK 0.42 0.26 0 0.00
HSL 217.36º 0.98% 0.79% -
HSV(B) 217.36º 0.42% 1% -
XYZ 48.09 49.42 100.77 -
YUV 183.56 167.75 102.63 -
System Red Green Blue C M Y K H S L
Decimal 148 188 254 0.42 0.26 0 0.00 217.36 0.98 0.79
Hex 94 BC FE 2A 1A 0 0 D9 62 4F
Octal 224 274 376 52 32 0 0 331 142 117
Binary 10010100 10111100 11111110 101010 11010 0 0 11011001 1100010 1001111

Color Harmonies of #94BCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BCFE

Black with #94BCFE

Text Example


Text Example

White with #94BCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,188,254); }

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

background-color css

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

 a { background-color: rgb(148,188,254); }

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

border-color css

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

 span { border-color: rgb(148,188,254); }

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