Html Css Color HEX #69BFDF Malibu

📋 copy color: '#69BFDF'

red 105 ◦ green 191 ◦ blue 223

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

Shades of Malibu #69BFDF

Tints of Malibu #69BFDF

RGB

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

 GREEN value IS 191 (75% from 255) = 36.8%

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

R = 20.23%
G = 36.8%
B = 42.97%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#69BFDF (or 0x69BFDF) is known color: Malibu. HEX triplet: 69, BF and DF. RGB value is (105,191,223). Sum of RGB (Red+Green+Blue) = 105+191+223=519 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.23% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #69BFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BFDF is #964020. Grayscale: #A8A8A8. Windows color (decimal): -9846817 or 14663529. OLE color: 14663529.

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

Color convert

RGB 105 191 223 -
CMYK 0.53 0.14 0 0.13
HSL 196.27º 0.65% 0.64% -
HSV(B) 196.27º 0.53% 0.87% -
XYZ 37.78 45.59 76.62 -
YUV 168.93 158.51 82.4 -
System Red Green Blue C M Y K H S L
Decimal 105 191 223 0.53 0.14 0 0.13 196.27 0.65 0.64
Hex 69 BF DF 35 E 0 D C4 41 40
Octal 151 277 337 65 16 0 15 304 101 100
Binary 1101001 10111111 11011111 110101 1110 0 1101 11000100 1000001 1000000

Color Harmonies of #69BFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BFDF

Black with #69BFDF

Text Example


Text Example

White with #69BFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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