#69C8FA

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

Shades of Maya Blue #69C8FA

Tints of Maya Blue #69C8FA

Color information

#69C8FA (or 0x69C8FA) is unknown color: approx Maya Blue. HEX triplet: 69, C8 and FA. RGB value is (105,200,250). Sum of RGB (Red+Green+Blue) = 105+200+250=555 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.92% from 555); Green value is 200 (78.52% from 255 or 36.04% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #69C8FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69C8FA is #963705. Grayscale: #B1B1B1. Windows color (decimal): -9844486 or 16435305. OLE color: 16435305.

HSL color Cylindrical-coordinate representation of color #69C8FA: hue angle of 200.69º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69C8FA is Cyan = 0.58, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB105200250-
CMYK0.580.200.02
HSL200.69º93.55%69.61%-
HSV(B)200.69º58%98.04%-
XYZ43.7451.2198.02-
YUV177.3169.0376.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.92%
GREEN value IS 200 (78.52% from 255) = 36.04%
BLUE value IS 250 (98.05% from 255) = 45.05%
R=18.92%
G=36.04%
B=45.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1052002500.580.200.02200.6993.5569.61
Hex69C8FA3A1402c95e46
Octal151310372722402311136106
Binary11010011100100011111010111010101000101100100110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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