Html Css Color HEX #69BDE8 Malibu

📋 copy color: '#69BDE8'

red 105 ◦ green 189 ◦ blue 232

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

Shades of Malibu #69BDE8

Tints of Malibu #69BDE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 44.11%

R = 19.96%
G = 35.93%
B = 44.11%

CMYK

 C value IS 0.55

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#69BDE8 (or 0x69BDE8) is known color: Malibu. HEX triplet: 69, BD and E8. RGB value is (105,189,232). Sum of RGB (Red+Green+Blue) = 105+189+232=526 (69% of max value = 765). Red value is 105 (41.41% from 255 or 19.96% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 232 (91.02% from 255 or 44.11% from 526); Max value from RGB is 232 - color contains mainly: blue. Hex color #69BDE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69BDE8 is #964217. Grayscale: #A8A8A8. Windows color (decimal): -9847320 or 15252841. OLE color: 15252841.

HSL color Cylindrical-coordinate representation of color #69BDE8: hue angle of 200.31º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69BDE8 is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 105 189 232 -
CMYK 0.55 0.19 0 0.09
HSL 200.32º 0.73% 0.66% -
HSV(B) 200.32º 0.55% 0.91% -
XYZ 38.59 45.22 83.04 -
YUV 168.79 163.67 82.5 -
System Red Green Blue C M Y K H S L
Decimal 105 189 232 0.55 0.19 0 0.09 200.32 0.73 0.66
Hex 69 BD E8 37 13 0 9 C8 49 42
Octal 151 275 350 67 23 0 11 310 111 102
Binary 1101001 10111101 11101000 110111 10011 0 1001 11001000 1001001 1000010

Color Harmonies of #69BDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BDE8

Black with #69BDE8

Text Example


Text Example

White with #69BDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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