#69FBF3

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

Shades of Baby Blue #69FBF3

Tints of Baby Blue #69FBF3

Color information

#69FBF3 (or 0x69FBF3) is unknown color: approx Baby Blue. HEX triplet: 69, FB and F3. RGB value is (105,251,243). Sum of RGB (Red+Green+Blue) = 105+251+243=599 (79% of max value = 765). Red value is 105 (41.41% from 255 or 17.53% from 599); Green value is 251 (98.44% from 255 or 41.90% from 599); Blue value is 243 (95.31% from 255 or 40.57% from 599); Max value from RGB is 251 - color contains mainly: green. Hex color #69FBF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69FBF3 is #96040C. Grayscale: #CECECE. Windows color (decimal): -9831437 or 15989609. OLE color: 15989609.

HSL color Cylindrical-coordinate representation of color #69FBF3: hue angle of 176.71º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69FBF3 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB105251243-
CMYK0.5800.030.02
HSL176.71º94.81%69.8%-
HSV(B)176.71º58.17%98.43%-
XYZ56.578.4796.96-
YUV206.43148.6355.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 17.53%
GREEN value IS 251 (98.44% from 255) = 41.90%
BLUE value IS 243 (95.31% from 255) = 40.57%
R=17.53%
G=41.90%
B=40.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1052512430.5800.030.02176.7194.8169.8
Hex69FBF33A032b15f46
Octal15137336372032261137106
Binary11010011111101111110011111010011101011000110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69FBF3; }

 p { color: rgb(105,251,243); }

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

<style>
 a { background-color: #69FBF3; }

 a { background-color: rgb(105,251,243); }

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

<style>
 span { border-color: #69FBF3; }

 span { border-color: rgb(105,251,243); }

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