#65FEE7

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

Shades of Baby Blue #65FEE7

Tints of Baby Blue #65FEE7

Color information

#65FEE7 (or 0x65FEE7) is unknown color: approx Baby Blue. HEX triplet: 65, FE and E7. RGB value is (101,254,231). Sum of RGB (Red+Green+Blue) = 101+254+231=586 (77% of max value = 765). Red value is 101 (39.84% from 255 or 17.24% from 586); Green value is 254 (99.61% from 255 or 43.34% from 586); Blue value is 231 (90.62% from 255 or 39.42% from 586); Max value from RGB is 254 - color contains mainly: green. Hex color #65FEE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65FEE7 is #9A0118. Grayscale: #CDCDCD. Windows color (decimal): -10092825 or 15203941. OLE color: 15203941.

HSL color Cylindrical-coordinate representation of color #65FEE7: hue angle of 170.98º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FEE7 is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB101254231-
CMYK0.6000.090.00
HSL170.98º98.71%69.61%-
HSV(B)170.98º60.24%99.61%-
XYZ55.2379.4288.02-
YUV205.63142.3153.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.24%
GREEN value IS 254 (99.61% from 255) = 43.34%
BLUE value IS 231 (90.62% from 255) = 39.42%
R=17.24%
G=43.34%
B=39.42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1012542310.6000.090.00170.9898.7169.61
Hex65FEE73C090ab6346
Octal145376347740110253143106
Binary110010111111110111001111111000100101010101111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65FEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,254,231); }

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

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

 a { background-color: rgb(101,254,231); }

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

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

 span { border-color: rgb(101,254,231); }

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