#69FAFE

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

Shades of Baby Blue #69FAFE

Tints of Baby Blue #69FAFE

Color information

#69FAFE (or 0x69FAFE) is unknown color: approx Baby Blue. HEX triplet: 69, FA and FE. RGB value is (105,250,254). Sum of RGB (Red+Green+Blue) = 105+250+254=609 (80% of max value = 765). Red value is 105 (41.41% from 255 or 17.24% from 609); Green value is 250 (98.05% from 255 or 41.05% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #69FAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69FAFE is #960501. Grayscale: #CECECE. Windows color (decimal): -9831682 or 16710249. OLE color: 16710249.

HSL color Cylindrical-coordinate representation of color #69FAFE: hue angle of 181.61º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69FAFE is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB105250254-
CMYK0.590.0200.00
HSL181.61º98.68%70.39%-
HSV(B)181.61º58.66%99.61%-
XYZ57.978.53105.87-
YUV207.1154.4655.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 17.24%
GREEN value IS 250 (98.05% from 255) = 41.05%
BLUE value IS 254 (99.61% from 255) = 41.71%
R=17.24%
G=41.05%
B=41.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1052502540.590.0200.00181.6198.6870.39
Hex69FAFE3B200b66346
Octal15137237673200266143106
Binary1101001111110101111111011101110001011011011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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