Html Css Color HEX #69B7DC Malibu

📋 copy color: '#69B7DC'

red 105 ◦ green 183 ◦ blue 220

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

Shades of Malibu #69B7DC

Tints of Malibu #69B7DC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.02%

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

R = 20.67%
G = 36.02%
B = 43.31%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#69B7DC (or 0x69B7DC) is known color: Malibu. HEX triplet: 69, B7 and DC. RGB value is (105,183,220). Sum of RGB (Red+Green+Blue) = 105+183+220=508 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.67% from 508); Green value is 183 (71.88% from 255 or 36.02% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #69B7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69B7DC is #964823. Grayscale: #A3A3A3. Windows color (decimal): -9848868 or 14464873. OLE color: 14464873.

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

Color convert

RGB 105 183 220 -
CMYK 0.52 0.17 0 0.14
HSL 199.3º 0.62% 0.64% -
HSV(B) 199.3º 0.52% 0.86% -
XYZ 35.68 42.04 73.94 -
YUV 163.9 159.66 85.99 -
System Red Green Blue C M Y K H S L
Decimal 105 183 220 0.52 0.17 0 0.14 199.3 0.62 0.64
Hex 69 B7 DC 34 11 0 E C7 3E 40
Octal 151 267 334 64 21 0 16 307 76 100
Binary 1101001 10110111 11011100 110100 10001 0 1110 11000111 111110 1000000

Color Harmonies of #69B7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B7DC

Black with #69B7DC

Text Example


Text Example

White with #69B7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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