Html Css Color HEX #69BDDB Malibu

📋 copy color: '#69BDDB'

red 105 ◦ green 189 ◦ blue 219

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

Shades of Malibu #69BDDB

Tints of Malibu #69BDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.84%

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

R = 20.47%
G = 36.84%
B = 42.69%

CMYK

 C value IS 0.52

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#69BDDB (or 0x69BDDB) is known color: Malibu. HEX triplet: 69, BD and DB. RGB value is (105,189,219). Sum of RGB (Red+Green+Blue) = 105+189+219=513 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.47% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #69BDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BDDB is #964224. Grayscale: #A7A7A7. Windows color (decimal): -9847333 or 14400873. OLE color: 14400873.

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

Color convert

RGB 105 189 219 -
CMYK 0.52 0.14 0 0.14
HSL 195.79º 0.61% 0.64% -
HSV(B) 195.79º 0.52% 0.86% -
XYZ 36.81 44.51 73.67 -
YUV 167.3 157.17 83.56 -
System Red Green Blue C M Y K H S L
Decimal 105 189 219 0.52 0.14 0 0.14 195.79 0.61 0.64
Hex 69 BD DB 34 E 0 E C4 3D 40
Octal 151 275 333 64 16 0 16 304 75 100
Binary 1101001 10111101 11011011 110100 1110 0 1110 11000100 111101 1000000

Color Harmonies of #69BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BDDB

Black with #69BDDB

Text Example


Text Example

White with #69BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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