#94CFFD

Color #94CFFD Light Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sky Blue #94CFFD

Tints of Light Sky Blue #94CFFD

Color information

#94CFFD (or 0x94CFFD) is unknown color: approx Light Sky Blue. HEX triplet: 94, CF and FD. RGB value is (148,207,253). Sum of RGB (Red+Green+Blue) = 148+207+253=608 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.34% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 253 (99.22% from 255 or 41.61% from 608); Max value from RGB is 253 - color contains mainly: blue. Hex color #94CFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94CFFD is #6B3002. Grayscale: #C2C2C2. Windows color (decimal): -7024643 or 16633748. OLE color: 16633748.

HSL color Cylindrical-coordinate representation of color #94CFFD: hue angle of 206.29º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94CFFD is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB148207253-
CMYK0.420.1800.01
HSL206.29º96.33%78.63%-
HSV(B)206.29º41.5%99.22%-
XYZ52.2658.01101.37-
YUV194.6160.9594.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.34%
GREEN value IS 207 (81.25% from 255) = 34.05%
BLUE value IS 253 (99.22% from 255) = 41.61%
R=24.34%
G=34.05%
B=41.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1482072530.420.1800.01206.2996.3378.63
Hex94CFFD2A1201ce604f
Octal224317375522201316140117
Binary10010100110011111111110110101010010011100111011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,207,253); }

 H1.HeaderClassName
 {
   color: #94CFFD;
 }
 .AnyTagClassName
 {
   color: #94CFFD;
 }
</style>
background-color css

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

 a { background-color: rgb(148,207,253); }

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

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

 span { border-color: rgb(148,207,253); }

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