Html Css Color HEX #94BBF7 Light Sky Blue

📋 copy color: '#94BBF7'

red 148 ◦ green 187 ◦ blue 247

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

Shades of Light Sky Blue #94BBF7

Tints of Light Sky Blue #94BBF7

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.13%

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

R = 25.43%
G = 32.13%
B = 42.44%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#94BBF7 (or 0x94BBF7) is known color: Light Sky Blue. HEX triplet: 94, BB and F7. RGB value is (148,187,247). Sum of RGB (Red+Green+Blue) = 148+187+247=582 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.43% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 247 (96.88% from 255 or 42.44% from 582); Max value from RGB is 247 - color contains mainly: blue. Hex color #94BBF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BBF7 is #6B4408. Grayscale: #B5B5B5. Windows color (decimal): -7029769 or 16235412. OLE color: 16235412.

HSL color Cylindrical-coordinate representation of color #94BBF7: hue angle of 216.36º 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 #94BBF7 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 148 187 247 -
CMYK 0.40 0.24 0 0.03
HSL 216.36º 0.86% 0.77% -
HSV(B) 216.36º 0.4% 0.97% -
XYZ 46.77 48.55 94.9 -
YUV 182.18 164.58 103.62 -
System Red Green Blue C M Y K H S L
Decimal 148 187 247 0.40 0.24 0 0.03 216.36 0.86 0.77
Hex 94 BB F7 28 18 0 3 D8 56 4D
Octal 224 273 367 50 30 0 3 330 126 115
Binary 10010100 10111011 11110111 101000 11000 0 11 11011000 1010110 1001101

Color Harmonies of #94BBF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BBF7

Black with #94BBF7

Text Example


Text Example

White with #94BBF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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