Html Css Color HEX #69B7DB Malibu

📋 copy color: '#69B7DB'

red 105 ◦ green 183 ◦ blue 219

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

Shades of Malibu #69B7DB

Tints of Malibu #69B7DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.2%

R = 20.71%
G = 36.09%
B = 43.2%

CMYK

 C value IS 0.52

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#69B7DB (or 0x69B7DB) is known color: Malibu. HEX triplet: 69, B7 and DB. RGB value is (105,183,219). Sum of RGB (Red+Green+Blue) = 105+183+219=507 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.71% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #69B7DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69B7DB is #964824. Grayscale: #A3A3A3. Windows color (decimal): -9848869 or 14399337. OLE color: 14399337.

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

Color convert

RGB 105 183 219 -
CMYK 0.52 0.16 0 0.14
HSL 198.95º 0.61% 0.64% -
HSV(B) 198.95º 0.52% 0.86% -
XYZ 35.55 41.98 73.25 -
YUV 163.78 159.16 86.07 -
System Red Green Blue C M Y K H S L
Decimal 105 183 219 0.52 0.16 0 0.14 198.95 0.61 0.64
Hex 69 B7 DB 34 10 0 E C7 3D 40
Octal 151 267 333 64 20 0 16 307 75 100
Binary 1101001 10110111 11011011 110100 10000 0 1110 11000111 111101 1000000

Color Harmonies of #69B7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B7DB

Black with #69B7DB

Text Example


Text Example

White with #69B7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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