Html Css Color HEX #69C0DA Malibu

📋 copy color: '#69C0DA'

red 105 ◦ green 192 ◦ blue 218

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

Shades of Malibu #69C0DA

Tints of Malibu #69C0DA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.28%

 BLUE value IS 218 (85.55% from 255) = 42.33%

R = 20.39%
G = 37.28%
B = 42.33%

CMYK

 C value IS 0.52

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#69C0DA (or 0x69C0DA) is known color: Malibu. HEX triplet: 69, C0 and DA. RGB value is (105,192,218). Sum of RGB (Red+Green+Blue) = 105+192+218=515 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.39% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #69C0DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C0DA is #963F25. Grayscale: #A8A8A8. Windows color (decimal): -9846566 or 14336105. OLE color: 14336105.

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

Color convert

RGB 105 192 218 -
CMYK 0.52 0.12 0 0.15
HSL 193.81º 0.6% 0.63% -
HSV(B) 193.81º 0.52% 0.85% -
XYZ 37.33 45.76 73.2 -
YUV 168.95 155.68 82.39 -
System Red Green Blue C M Y K H S L
Decimal 105 192 218 0.52 0.12 0 0.15 193.81 0.6 0.63
Hex 69 C0 DA 34 C 0 F C2 3C 3F
Octal 151 300 332 64 14 0 17 302 74 77
Binary 1101001 11000000 11011010 110100 1100 0 1111 11000010 111100 111111

Color Harmonies of #69C0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C0DA

Black with #69C0DA

Text Example


Text Example

White with #69C0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,192,218); }

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

background-color css

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

 a { background-color: rgb(105,192,218); }

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

border-color css

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

 span { border-color: rgb(105,192,218); }

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