Html Css Color HEX #69BCDF Malibu

📋 copy color: '#69BCDF'

red 105 ◦ green 188 ◦ blue 223

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

Shades of Malibu #69BCDF

Tints of Malibu #69BCDF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.43%

 BLUE value IS 223 (87.5% from 255) = 43.22%

R = 20.35%
G = 36.43%
B = 43.22%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#69BCDF (or 0x69BCDF) is known color: Malibu. HEX triplet: 69, BC and DF. RGB value is (105,188,223). Sum of RGB (Red+Green+Blue) = 105+188+223=516 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.35% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #69BCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BCDF is #964320. Grayscale: #A6A6A6. Windows color (decimal): -9847585 or 14662761. OLE color: 14662761.

HSL color Cylindrical-coordinate representation of color #69BCDF: hue angle of 197.8º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69BCDF is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 188 223 -
CMYK 0.53 0.16 0 0.13
HSL 197.8º 0.65% 0.64% -
HSV(B) 197.8º 0.53% 0.87% -
XYZ 37.13 44.3 76.41 -
YUV 167.17 159.5 83.65 -
System Red Green Blue C M Y K H S L
Decimal 105 188 223 0.53 0.16 0 0.13 197.8 0.65 0.64
Hex 69 BC DF 35 10 0 D C6 41 40
Octal 151 274 337 65 20 0 15 306 101 100
Binary 1101001 10111100 11011111 110101 10000 0 1101 11000110 1000001 1000000

Color Harmonies of #69BCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BCDF

Black with #69BCDF

Text Example


Text Example

White with #69BCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,188,223); }

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

background-color css

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

 a { background-color: rgb(105,188,223); }

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

border-color css

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

 span { border-color: rgb(105,188,223); }

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