#65FCE4

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

Shades of Baby Blue #65FCE4

Tints of Baby Blue #65FCE4

Color information

#65FCE4 (or 0x65FCE4) is unknown color: approx Baby Blue. HEX triplet: 65, FC and E4. RGB value is (101,252,228). Sum of RGB (Red+Green+Blue) = 101+252+228=581 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.38% from 581); Green value is 252 (98.83% from 255 or 43.37% from 581); Blue value is 228 (89.45% from 255 or 39.24% from 581); Max value from RGB is 252 - color contains mainly: green. Hex color #65FCE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FCE4 is #9A031B. Grayscale: #CCCCCC. Windows color (decimal): -10093340 or 15006821. OLE color: 15006821.

HSL color Cylindrical-coordinate representation of color #65FCE4: hue angle of 170.46º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FCE4 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB101252228-
CMYK0.6000.100.01
HSL170.46º96.18%69.22%-
HSV(B)170.46º59.92%98.82%-
XYZ54.1877.9985.6-
YUV204.11141.4754.45-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.38%
GREEN value IS 252 (98.83% from 255) = 43.37%
BLUE value IS 228 (89.45% from 255) = 39.24%
R=17.38%
G=43.37%
B=39.24%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1012522280.6000.100.01170.4696.1869.22
Hex65FCE43C0A1aa6045
Octal145374344740121252140105
Binary110010111111100111001001111000101011010101011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65FCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65FCE4; }

 p { color: rgb(101,252,228); }

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

<style>
 a { background-color: #65FCE4; }

 a { background-color: rgb(101,252,228); }

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

<style>
 span { border-color: #65FCE4; }

 span { border-color: rgb(101,252,228); }

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