#69C3E4

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

Shades of Malibu #69C3E4

Tints of Malibu #69C3E4

Color information

#69C3E4 (or 0x69C3E4) is unknown color: approx Malibu. HEX triplet: 69, C3 and E4. RGB value is (105,195,228). Sum of RGB (Red+Green+Blue) = 105+195+228=528 (69% of max value = 765). Red value is 105 (41.41% from 255 or 19.89% from 528); Green value is 195 (76.56% from 255 or 36.93% from 528); Blue value is 228 (89.45% from 255 or 43.18% from 528); Max value from RGB is 228 - color contains mainly: blue. Hex color #69C3E4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C3E4 is #963C1B. Grayscale: #ABABAB. Windows color (decimal): -9845788 or 14992233. OLE color: 14992233.

HSL color Cylindrical-coordinate representation of color #69C3E4: hue angle of 196.1º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69C3E4 is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB105195228-
CMYK0.540.1400.11
HSL196.1º69.49%65.29%-
HSV(B)196.1º53.95%89.41%-
XYZ39.3447.6380.52-
YUV171.85159.6880.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.89%
GREEN value IS 195 (76.56% from 255) = 36.93%
BLUE value IS 228 (89.45% from 255) = 43.18%
R=19.89%
G=36.93%
B=43.18%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1051952280.540.1400.11196.169.4965.29
Hex69C3E436E0Bc44541
Octal1513033446616013304105101
Binary110100111000011111001001101101110010111100010010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,195,228); }

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

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

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

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

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

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

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