#69FBFB

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

Shades of Baby Blue #69FBFB

Tints of Baby Blue #69FBFB

Color information

#69FBFB (or 0x69FBFB) is unknown color: approx Baby Blue. HEX triplet: 69, FB and FB. RGB value is (105,251,251). Sum of RGB (Red+Green+Blue) = 105+251+251=607 (80% of max value = 765). Red value is 105 (41.41% from 255 or 17.30% from 607); Green value is 251 (98.44% from 255 or 41.35% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: green, blue. Hex color #69FBFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69FBFB is #960404. Grayscale: #CFCFCF. Windows color (decimal): -9831429 or 16513897. OLE color: 16513897.

HSL color Cylindrical-coordinate representation of color #69FBFB: hue angle of 180º 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 #69FBFB is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB105251251-
CMYK0.58000.02
HSL180º94.81%69.8%-
HSV(B)180º58.17%98.43%-
XYZ57.7478.96103.47-
YUV207.35152.6355-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 17.30%
GREEN value IS 251 (98.44% from 255) = 41.35%
BLUE value IS 251 (98.44% from 255) = 41.35%
R=17.30%
G=41.35%
B=41.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1052512510.58000.0218094.8169.8
Hex69FBFB3A002b45f46
Octal15137337372002264137106
Binary1101001111110111111101111101000101011010010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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