Html Css Color HEX #94BAFE Light Sky Blue

📋 copy color: '#94BAFE'

red 148 ◦ green 186 ◦ blue 254

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

Shades of Light Sky Blue #94BAFE

Tints of Light Sky Blue #94BAFE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.63%

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

R = 25.17%
G = 31.63%
B = 43.2%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#94BAFE (or 0x94BAFE) is known color: Light Sky Blue. HEX triplet: 94, BA and FE. RGB value is (148,186,254). Sum of RGB (Red+Green+Blue) = 148+186+254=588 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.17% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #94BAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BAFE is #6B4501. Grayscale: #B6B6B6. Windows color (decimal): -7030018 or 16693908. OLE color: 16693908.

HSL color Cylindrical-coordinate representation of color #94BAFE: hue angle of 218.49º 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 #94BAFE is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 148 186 254 -
CMYK 0.42 0.27 0 0.00
HSL 218.49º 0.98% 0.79% -
HSV(B) 218.49º 0.42% 1% -
XYZ 47.66 48.57 100.63 -
YUV 182.39 168.41 103.47 -
System Red Green Blue C M Y K H S L
Decimal 148 186 254 0.42 0.27 0 0.00 218.49 0.98 0.79
Hex 94 BA FE 2A 1B 0 0 DA 62 4F
Octal 224 272 376 52 33 0 0 332 142 117
Binary 10010100 10111010 11111110 101010 11011 0 0 11011010 1100010 1001111

Color Harmonies of #94BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BAFE

Black with #94BAFE

Text Example


Text Example

White with #94BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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