#69B7EE

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

Shades of Malibu #69B7EE

Tints of Malibu #69B7EE

Color information

#69B7EE (or 0x69B7EE) is unknown color: approx Malibu. HEX triplet: 69, B7 and EE. RGB value is (105,183,238). Sum of RGB (Red+Green+Blue) = 105+183+238=526 (69% of max value = 765). Red value is 105 (41.41% from 255 or 19.96% from 526); Green value is 183 (71.88% from 255 or 34.79% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #69B7EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69B7EE is #964811. Grayscale: #A5A5A5. Windows color (decimal): -9848850 or 15644521. OLE color: 15644521.

HSL color Cylindrical-coordinate representation of color #69B7EE: hue angle of 204.81º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69B7EE is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB105183238-
CMYK0.560.2300.07
HSL204.81º79.64%67.25%-
HSV(B)204.81º55.88%93.33%-
XYZ38.1943.0487.18-
YUV165.95168.6684.53-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.96%
GREEN value IS 183 (71.88% from 255) = 34.79%
BLUE value IS 238 (93.36% from 255) = 45.25%
R=19.96%
G=34.79%
B=45.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1051832380.560.2300.07204.8179.6467.25
Hex69B7EE381707cd5043
Octal151267356702707315120103
Binary110100110110111111011101110001011101111100110110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,183,238); }

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

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

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

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

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

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

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