#69F1F1

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

Shades of Baby Blue #69F1F1

Tints of Baby Blue #69F1F1

Color information

#69F1F1 (or 0x69F1F1) is unknown color: approx Baby Blue. HEX triplet: 69, F1 and F1. RGB value is (105,241,241). Sum of RGB (Red+Green+Blue) = 105+241+241=587 (77% of max value = 765). Red value is 105 (41.41% from 255 or 17.89% from 587); Green value is 241 (94.53% from 255 or 41.06% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 241 - color contains mainly: green, blue. Hex color #69F1F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #69F1F1 is #960E0E. Grayscale: #C8C8C8. Windows color (decimal): -9833999 or 15855977. OLE color: 15855977.

HSL color Cylindrical-coordinate representation of color #69F1F1: hue angle of 180º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69F1F1 is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB105241241-
CMYK0.56000.05
HSL180º82.93%67.84%-
HSV(B)180º56.43%94.51%-
XYZ53.1672.2694.37-
YUV200.34150.9460-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 17.89%
GREEN value IS 241 (94.53% from 255) = 41.06%
BLUE value IS 241 (94.53% from 255) = 41.06%
R=17.89%
G=41.06%
B=41.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1052412410.56000.0518082.9367.84
Hex69F1F138005b45344
Octal15136136170005264123104
Binary11010011111000111110001111000001011011010010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69F1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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