#69C2E3

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

Shades of Malibu #69C2E3

Tints of Malibu #69C2E3

Color information

#69C2E3 (or 0x69C2E3) is unknown color: approx Malibu. HEX triplet: 69, C2 and E3. RGB value is (105,194,227). Sum of RGB (Red+Green+Blue) = 105+194+227=526 (69% of max value = 765). Red value is 105 (41.41% from 255 or 19.96% from 526); Green value is 194 (76.17% from 255 or 36.88% from 526); Blue value is 227 (89.06% from 255 or 43.16% from 526); Max value from RGB is 227 - color contains mainly: blue. Hex color #69C2E3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C2E3 is #963D1C. Grayscale: #AAAAAA. Windows color (decimal): -9846045 or 14926441. OLE color: 14926441.

HSL color Cylindrical-coordinate representation of color #69C2E3: hue angle of 196.23º 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 #69C2E3 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB105194227-
CMYK0.540.1500.11
HSL196.23º68.54%65.1%-
HSV(B)196.23º53.74%89.02%-
XYZ38.9847.1379.72-
YUV171.15159.5180.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.96%
GREEN value IS 194 (76.17% from 255) = 36.88%
BLUE value IS 227 (89.06% from 255) = 43.16%
R=19.96%
G=36.88%
B=43.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1051942270.540.1500.11196.2368.5465.1
Hex69C2E336F0Bc44541
Octal1513023436617013304105101
Binary110100111000010111000111101101111010111100010010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C2E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,194,227); }

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

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

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

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

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

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

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