Html Css Color HEX #69BEDB Malibu

📋 copy color: '#69BEDB'

red 105 ◦ green 190 ◦ blue 219

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

Shades of Malibu #69BEDB

Tints of Malibu #69BEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.96%

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

R = 20.43%
G = 36.96%
B = 42.61%

CMYK

 C value IS 0.52

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#69BEDB (or 0x69BEDB) is known color: Malibu. HEX triplet: 69, BE and DB. RGB value is (105,190,219). Sum of RGB (Red+Green+Blue) = 105+190+219=514 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.43% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #69BEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BEDB is #964124. Grayscale: #A7A7A7. Windows color (decimal): -9847077 or 14401129. OLE color: 14401129.

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

Color convert

RGB 105 190 219 -
CMYK 0.52 0.13 0 0.14
HSL 195.26º 0.61% 0.64% -
HSV(B) 195.26º 0.52% 0.86% -
XYZ 37.03 44.94 73.74 -
YUV 167.89 156.84 83.14 -
System Red Green Blue C M Y K H S L
Decimal 105 190 219 0.52 0.13 0 0.14 195.26 0.61 0.64
Hex 69 BE DB 34 D 0 E C3 3D 40
Octal 151 276 333 64 15 0 16 303 75 100
Binary 1101001 10111110 11011011 110100 1101 0 1110 11000011 111101 1000000

Color Harmonies of #69BEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BEDB

Black with #69BEDB

Text Example


Text Example

White with #69BEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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