#39FDFE

Color #39FDFE Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #39FDFE

Tints of Baby Blue #39FDFE

Color information

#39FDFE (or 0x39FDFE) is unknown color: approx Baby Blue. HEX triplet: 39, FD and FE. RGB value is (57,253,254). Sum of RGB (Red+Green+Blue) = 57+253+254=564 (74% of max value = 765). Red value is 57 (22.66% from 255 or 10.11% from 564); Green value is 253 (99.22% from 255 or 44.86% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #39FDFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #39FDFE is #C60201. Grayscale: #C2C2C2. Windows color (decimal): -12976642 or 16710969. OLE color: 16710969.

HSL color Cylindrical-coordinate representation of color #39FDFE: hue angle of 180.3º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #39FDFE is Cyan = 0.78, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB57253254-
CMYK0.780.0000.00
HSL180.3º98.99%60.98%-
HSV(B)180.3º77.56%99.61%-
XYZ54.778.28105.99-
YUV194.51161.5729.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 10.11%
GREEN value IS 253 (99.22% from 255) = 44.86%
BLUE value IS 254 (99.61% from 255) = 45.04%
R=10.11%
G=44.86%
B=45.04%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal572532540.780.0000.00180.398.9960.98
Hex39FDFE4E000b4633d
Octal7137537611600026414375
Binary11100111111101111111101001110000101101001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39FDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39FDFE; }

 p { color: rgb(57,253,254); }

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

<style>
 a { background-color: #39FDFE; }

 a { background-color: rgb(57,253,254); }

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

<style>
 span { border-color: #39FDFE; }

 span { border-color: rgb(57,253,254); }

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