Html Css Color HEX #94BFFE Light Sky Blue

📋 copy color: '#94BFFE'

red 148 ◦ green 191 ◦ blue 254

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

Shades of Light Sky Blue #94BFFE

Tints of Light Sky Blue #94BFFE

RGB

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

 GREEN value IS 191 (75% from 255) = 32.21%

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

R = 24.96%
G = 32.21%
B = 42.83%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#94BFFE (or 0x94BFFE) is known color: Light Sky Blue. HEX triplet: 94, BF and FE. RGB value is (148,191,254). Sum of RGB (Red+Green+Blue) = 148+191+254=593 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.96% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #94BFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BFFE is #6B4001. Grayscale: #B9B9B9. Windows color (decimal): -7028738 or 16695188. OLE color: 16695188.

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

Color convert

RGB 148 191 254 -
CMYK 0.42 0.25 0 0.00
HSL 215.66º 0.98% 0.79% -
HSV(B) 215.66º 0.42% 1% -
XYZ 48.73 50.71 100.99 -
YUV 185.33 166.75 101.38 -
System Red Green Blue C M Y K H S L
Decimal 148 191 254 0.42 0.25 0 0.00 215.66 0.98 0.79
Hex 94 BF FE 2A 19 0 0 D8 62 4F
Octal 224 277 376 52 31 0 0 330 142 117
Binary 10010100 10111111 11111110 101010 11001 0 0 11011000 1100010 1001111

Color Harmonies of #94BFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BFFE

Black with #94BFFE

Text Example


Text Example

White with #94BFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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