#69FCFA

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

Shades of Baby Blue #69FCFA

Tints of Baby Blue #69FCFA

Color information

#69FCFA (or 0x69FCFA) is unknown color: approx Baby Blue. HEX triplet: 69, FC and FA. RGB value is (105,252,250). Sum of RGB (Red+Green+Blue) = 105+252+250=607 (80% of max value = 765). Red value is 105 (41.41% from 255 or 17.30% from 607); Green value is 252 (98.83% from 255 or 41.52% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 252 - color contains mainly: green. Hex color #69FCFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69FCFA is #960305. Grayscale: #CFCFCF. Windows color (decimal): -9831174 or 16448617. OLE color: 16448617.

HSL color Cylindrical-coordinate representation of color #69FCFA: hue angle of 179.18º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69FCFA is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB105252250-
CMYK0.5800.010.01
HSL179.18º96.08%70%-
HSV(B)179.18º58.33%98.82%-
XYZ57.8979.53102.74-
YUV207.82151.854.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 17.30%
GREEN value IS 252 (98.83% from 255) = 41.52%
BLUE value IS 250 (98.05% from 255) = 41.19%
R=17.30%
G=41.52%
B=41.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1052522500.5800.010.01179.1896.0870
Hex69FCFA3A011b36046
Octal15137437272011263140106
Binary110100111111100111110101110100111011001111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,252,250); }

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

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

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

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

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

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

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