Html Css Color HEX #69C2DD Malibu

📋 copy color: '#69C2DD'

red 105 ◦ green 194 ◦ blue 221

#69C2DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #69C2DD

Tints of Malibu #69C2DD

RGB

 RED value IS 105 (41.41% from 255) = 20.19%

 GREEN value IS 194 (76.17% from 255) = 37.31%

 BLUE value IS 221 (86.72% from 255) = 42.5%

R = 20.19%
G = 37.31%
B = 42.5%

CMYK

 C value IS 0.52

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#69C2DD (or 0x69C2DD) is known color: Malibu. HEX triplet: 69, C2 and DD. RGB value is (105,194,221). Sum of RGB (Red+Green+Blue) = 105+194+221=520 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.19% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #69C2DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C2DD is #963D22. Grayscale: #AAAAAA. Windows color (decimal): -9846051 or 14533225. OLE color: 14533225.

HSL color Cylindrical-coordinate representation of color #69C2DD: hue angle of 193.97º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69C2DD is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 194 221 -
CMYK 0.52 0.12 0 0.13
HSL 193.97º 0.63% 0.64% -
HSV(B) 193.97º 0.52% 0.87% -
XYZ 38.17 46.81 75.43 -
YUV 170.47 156.51 81.3 -
System Red Green Blue C M Y K H S L
Decimal 105 194 221 0.52 0.12 0 0.13 193.97 0.63 0.64
Hex 69 C2 DD 34 C 0 D C2 3F 40
Octal 151 302 335 64 14 0 15 302 77 100
Binary 1101001 11000010 11011101 110100 1100 0 1101 11000010 111111 1000000

Color Harmonies of #69C2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C2DD

Black with #69C2DD

Text Example


Text Example

White with #69C2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #69C2DD;
 }
 .AnyTagClassName
 {
   color: #69C2DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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