#69F9FD

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

Shades of Baby Blue #69F9FD

Tints of Baby Blue #69F9FD

Color information

#69F9FD (or 0x69F9FD) is unknown color: approx Baby Blue. HEX triplet: 69, F9 and FD. RGB value is (105,249,253). Sum of RGB (Red+Green+Blue) = 105+249+253=607 (80% of max value = 765). Red value is 105 (41.41% from 255 or 17.30% from 607); Green value is 249 (97.66% from 255 or 41.02% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #69F9FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69F9FD is #960602. Grayscale: #CECECE. Windows color (decimal): -9831939 or 16644457. OLE color: 16644457.

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

Color convert

RGB105249253-
CMYK0.580.0200.01
HSL181.62º97.37%70.2%-
HSV(B)181.62º58.5%99.22%-
XYZ57.4377.85104.93-
YUV206.4154.2955.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 17.30%
GREEN value IS 249 (97.66% from 255) = 41.02%
BLUE value IS 253 (99.22% from 255) = 41.68%
R=17.30%
G=41.02%
B=41.68%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1052492530.580.0200.01181.6297.3770.2
Hex69F9FD3A201b66146
Octal15137137572201266141106
Binary1101001111110011111110111101010011011011011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69F9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,249,253); }

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

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

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

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

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

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

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