Html Css Color HEX #69B2DC Malibu

📋 copy color: '#69B2DC'

red 105 ◦ green 178 ◦ blue 220

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

Shades of Malibu #69B2DC

Tints of Malibu #69B2DC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.39%

 BLUE value IS 220 (86.33% from 255) = 43.74%

R = 20.87%
G = 35.39%
B = 43.74%

CMYK

 C value IS 0.52

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#69B2DC (or 0x69B2DC) is known color: Malibu. HEX triplet: 69, B2 and DC. RGB value is (105,178,220). Sum of RGB (Red+Green+Blue) = 105+178+220=503 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.87% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #69B2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69B2DC is #964D23. Grayscale: #A0A0A0. Windows color (decimal): -9850148 or 14463593. OLE color: 14463593.

HSL color Cylindrical-coordinate representation of color #69B2DC: hue angle of 201.91º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69B2DC is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 178 220 -
CMYK 0.52 0.19 0 0.14
HSL 201.91º 0.62% 0.64% -
HSV(B) 201.91º 0.52% 0.86% -
XYZ 34.66 40.01 73.61 -
YUV 160.96 161.32 88.08 -
System Red Green Blue C M Y K H S L
Decimal 105 178 220 0.52 0.19 0 0.14 201.91 0.62 0.64
Hex 69 B2 DC 34 13 0 E CA 3E 40
Octal 151 262 334 64 23 0 16 312 76 100
Binary 1101001 10110010 11011100 110100 10011 0 1110 11001010 111110 1000000

Color Harmonies of #69B2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B2DC

Black with #69B2DC

Text Example


Text Example

White with #69B2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,178,220); }

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

background-color css

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

 a { background-color: rgb(105,178,220); }

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

border-color css

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

 span { border-color: rgb(105,178,220); }

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