#65F1F3

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

Shades of Baby Blue #65F1F3

Tints of Baby Blue #65F1F3

Color information

#65F1F3 (or 0x65F1F3) is unknown color: approx Baby Blue. HEX triplet: 65, F1 and F3. RGB value is (101,241,243). Sum of RGB (Red+Green+Blue) = 101+241+243=585 (77% of max value = 765). Red value is 101 (39.84% from 255 or 17.26% from 585); Green value is 241 (94.53% from 255 or 41.20% from 585); Blue value is 243 (95.31% from 255 or 41.54% from 585); Max value from RGB is 243 - color contains mainly: blue. Hex color #65F1F3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65F1F3 is #9A0E0C. Grayscale: #C7C7C7. Windows color (decimal): -10096141 or 15987045. OLE color: 15987045.

HSL color Cylindrical-coordinate representation of color #65F1F3: hue angle of 180.85º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65F1F3 is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB101241243-
CMYK0.580.0100.05
HSL180.85º85.54%67.45%-
HSV(B)180.85º58.44%95.29%-
XYZ5372.1595.93-
YUV199.37152.6257.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.26%
GREEN value IS 241 (94.53% from 255) = 41.20%
BLUE value IS 243 (95.31% from 255) = 41.54%
R=17.26%
G=41.20%
B=41.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1012412430.580.0100.05180.8585.5467.45
Hex65F1F33A105b55643
Octal14536136372105265126103
Binary11001011111000111110011111010101011011010110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,241,243); }

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

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

 a { background-color: rgb(101,241,243); }

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

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

 span { border-color: rgb(101,241,243); }

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