#38FDFE

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

Shades of Baby Blue #38FDFE

Tints of Baby Blue #38FDFE

Color information

#38FDFE (or 0x38FDFE) is unknown color: approx Baby Blue. HEX triplet: 38, FD and FE. RGB value is (56,253,254). Sum of RGB (Red+Green+Blue) = 56+253+254=563 (74% of max value = 765). Red value is 56 (22.27% from 255 or 9.95% from 563); Green value is 253 (99.22% from 255 or 44.94% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #38FDFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38FDFE is #C70201. Grayscale: #C2C2C2. Windows color (decimal): -13042178 or 16710968. OLE color: 16710968.

HSL color Cylindrical-coordinate representation of color #38FDFE: 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 #38FDFE is Cyan = 0.78, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB56253254-
CMYK0.780.0000.00
HSL180.3º99%60.78%-
HSV(B)180.3º77.95%99.61%-
XYZ54.6578.25105.99-
YUV194.21161.7329.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 9.95%
GREEN value IS 253 (99.22% from 255) = 44.94%
BLUE value IS 254 (99.61% from 255) = 45.12%
R=9.95%
G=44.94%
B=45.12%

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
Decimal562532540.780.0000.00180.39960.78
Hex38FDFE4E000b4633d
Octal7037537611600026414375
Binary11100011111101111111101001110000101101001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38FDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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