#69F1F7

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

Shades of Baby Blue #69F1F7

Tints of Baby Blue #69F1F7

Color information

#69F1F7 (or 0x69F1F7) is unknown color: approx Baby Blue. HEX triplet: 69, F1 and F7. RGB value is (105,241,247). Sum of RGB (Red+Green+Blue) = 105+241+247=593 (78% of max value = 765). Red value is 105 (41.41% from 255 or 17.71% from 593); Green value is 241 (94.53% from 255 or 40.64% from 593); Blue value is 247 (96.88% from 255 or 41.65% from 593); Max value from RGB is 247 - color contains mainly: blue. Hex color #69F1F7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69F1F7 is #960E08. Grayscale: #C8C8C8. Windows color (decimal): -9833993 or 16249193. OLE color: 16249193.

HSL color Cylindrical-coordinate representation of color #69F1F7: hue angle of 182.54º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69F1F7 is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB105241247-
CMYK0.570.0200.03
HSL182.54º89.87%69.02%-
HSV(B)182.54º57.49%96.86%-
XYZ54.0772.6399.16-
YUV201.02153.9459.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 17.71%
GREEN value IS 241 (94.53% from 255) = 40.64%
BLUE value IS 247 (96.88% from 255) = 41.65%
R=17.71%
G=40.64%
B=41.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1052412470.570.0200.03182.5489.8769.02
Hex69F1F739203b75a45
Octal15136136771203267132105
Binary11010011111000111110111111001100111011011110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69F1F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,241,247); }

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

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

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

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

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

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

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