Html Css Color HEX #69C5DA Malibu

📋 copy color: '#69C5DA'

red 105 ◦ green 197 ◦ blue 218

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

Shades of Malibu #69C5DA

Tints of Malibu #69C5DA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.88%

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

R = 20.19%
G = 37.88%
B = 41.92%

CMYK

 C value IS 0.52

 M value IS 0.10

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#69C5DA (or 0x69C5DA) is known color: Malibu. HEX triplet: 69, C5 and DA. RGB value is (105,197,218). Sum of RGB (Red+Green+Blue) = 105+197+218=520 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.19% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #69C5DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C5DA is #963A25. Grayscale: #ABABAB. Windows color (decimal): -9845286 or 14337385. OLE color: 14337385.

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

Color convert

RGB 105 197 218 -
CMYK 0.52 0.10 0 0.15
HSL 191.15º 0.6% 0.63% -
HSV(B) 191.15º 0.52% 0.85% -
XYZ 38.45 48 73.57 -
YUV 171.89 154.02 80.29 -
System Red Green Blue C M Y K H S L
Decimal 105 197 218 0.52 0.10 0 0.15 191.15 0.6 0.63
Hex 69 C5 DA 34 A 0 F BF 3C 3F
Octal 151 305 332 64 12 0 17 277 74 77
Binary 1101001 11000101 11011010 110100 1010 0 1111 10111111 111100 111111

Color Harmonies of #69C5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C5DA

Black with #69C5DA

Text Example


Text Example

White with #69C5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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