#65FFE7

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

Shades of Baby Blue #65FFE7

Tints of Baby Blue #65FFE7

Color information

#65FFE7 (or 0x65FFE7) is unknown color: approx Baby Blue. HEX triplet: 65, FF and E7. RGB value is (101,255,231). Sum of RGB (Red+Green+Blue) = 101+255+231=587 (77% of max value = 765). Red value is 101 (39.84% from 255 or 17.21% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 231 (90.62% from 255 or 39.35% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #65FFE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65FFE7 is #9A0018. Grayscale: #CECECE. Windows color (decimal): -10092569 or 15204197. OLE color: 15204197.

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

Color convert

RGB101255231-
CMYK0.6000.090
HSL170.65º100%69.8%-
HSV(B)170.65º60.39%100%-
XYZ55.5580.0688.13-
YUV206.22141.9852.95-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.21%
GREEN value IS 255 (100% from 255) = 43.44%
BLUE value IS 231 (90.62% from 255) = 39.35%
R=17.21%
G=43.44%
B=39.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1012552310.6000.090170.6510069.8
Hex65FFE73C090ab6446
Octal145377347740110253144106
Binary110010111111111111001111111000100101010101111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65FFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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