Html Css Color HEX #69C5DE Malibu

📋 copy color: '#69C5DE'

red 105 ◦ green 197 ◦ blue 222

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

Shades of Malibu #69C5DE

Tints of Malibu #69C5DE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.6%

 BLUE value IS 222 (87.11% from 255) = 42.37%

R = 20.04%
G = 37.6%
B = 42.37%

CMYK

 C value IS 0.53

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#69C5DE (or 0x69C5DE) is known color: Malibu. HEX triplet: 69, C5 and DE. RGB value is (105,197,222). Sum of RGB (Red+Green+Blue) = 105+197+222=524 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.04% from 524); Green value is 197 (77.34% from 255 or 37.60% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #69C5DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C5DE is #963A21. Grayscale: #ACACAC. Windows color (decimal): -9845282 or 14599529. OLE color: 14599529.

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

Color convert

RGB 105 197 222 -
CMYK 0.53 0.11 0 0.13
HSL 192.82º 0.64% 0.64% -
HSV(B) 192.82º 0.53% 0.87% -
XYZ 38.98 48.21 76.36 -
YUV 172.34 156.02 79.97 -
System Red Green Blue C M Y K H S L
Decimal 105 197 222 0.53 0.11 0 0.13 192.82 0.64 0.64
Hex 69 C5 DE 35 B 0 D C1 40 40
Octal 151 305 336 65 13 0 15 301 100 100
Binary 1101001 11000101 11011110 110101 1011 0 1101 11000001 1000000 1000000

Color Harmonies of #69C5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C5DE

Black with #69C5DE

Text Example


Text Example

White with #69C5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,197,222); }

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

background-color css

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

 a { background-color: rgb(105,197,222); }

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

border-color css

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

 span { border-color: rgb(105,197,222); }

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