Html Css Color HEX #69ADF0 Malibu

📋 copy color: '#69ADF0'

red 105 ◦ green 173 ◦ blue 240

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

Shades of Malibu #69ADF0

Tints of Malibu #69ADF0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.4%

 BLUE value IS 240 (94.14% from 255) = 46.33%

R = 20.27%
G = 33.4%
B = 46.33%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#69ADF0 (or 0x69ADF0) is known color: Malibu. HEX triplet: 69, AD and F0. RGB value is (105,173,240). Sum of RGB (Red+Green+Blue) = 105+173+240=518 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.27% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 240 (94.14% from 255 or 46.33% from 518); Max value from RGB is 240 - color contains mainly: blue. Hex color #69ADF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69ADF0 is #96520F. Grayscale: #9F9F9F. Windows color (decimal): -9851408 or 15773033. OLE color: 15773033.

HSL color Cylindrical-coordinate representation of color #69ADF0: hue angle of 209.78º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69ADF0 is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 105 173 240 -
CMYK 0.56 0.28 0 0.06
HSL 209.78º 0.82% 0.68% -
HSV(B) 209.78º 0.56% 0.94% -
XYZ 36.5 39.18 88.08 -
YUV 160.31 172.97 88.55 -
System Red Green Blue C M Y K H S L
Decimal 105 173 240 0.56 0.28 0 0.06 209.78 0.82 0.68
Hex 69 AD F0 38 1C 0 6 D2 52 44
Octal 151 255 360 70 34 0 6 322 122 104
Binary 1101001 10101101 11110000 111000 11100 0 110 11010010 1010010 1000100

Color Harmonies of #69ADF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69ADF0

Black with #69ADF0

Text Example


Text Example

White with #69ADF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,173,240); }

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

background-color css

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

 a { background-color: rgb(105,173,240); }

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

border-color css

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

 span { border-color: rgb(105,173,240); }

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