Html Css Color HEX #68AED4 Malibu

📋 copy color: '#68AED4'

red 104 ◦ green 174 ◦ blue 212

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

Shades of Malibu #68AED4

Tints of Malibu #68AED4

RGB

 RED value IS 104 (41.02% from 255) = 21.22%

 GREEN value IS 174 (68.36% from 255) = 35.51%

 BLUE value IS 212 (83.2% from 255) = 43.27%

R = 21.22%
G = 35.51%
B = 43.27%

CMYK

 C value IS 0.51

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#68AED4 (or 0x68AED4) is known color: Malibu. HEX triplet: 68, AE and D4. RGB value is (104,174,212). Sum of RGB (Red+Green+Blue) = 104+174+212=490 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.22% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 212 (83.20% from 255 or 43.27% from 490); Max value from RGB is 212 - color contains mainly: blue. Hex color #68AED4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AED4 is #97512B. Grayscale: #9D9D9D. Windows color (decimal): -9916716 or 13938280. OLE color: 13938280.

HSL color Cylindrical-coordinate representation of color #68AED4: hue angle of 201.11º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68AED4 is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 104 174 212 -
CMYK 0.51 0.18 0 0.17
HSL 201.11º 0.56% 0.62% -
HSV(B) 201.11º 0.51% 0.83% -
XYZ 32.73 37.97 67.89 -
YUV 157.4 158.81 89.91 -
System Red Green Blue C M Y K H S L
Decimal 104 174 212 0.51 0.18 0 0.17 201.11 0.56 0.62
Hex 68 AE D4 33 12 0 11 C9 38 3E
Octal 150 256 324 63 22 0 21 311 70 76
Binary 1101000 10101110 11010100 110011 10010 0 10001 11001001 111000 111110

Color Harmonies of #68AED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AED4

Black with #68AED4

Text Example


Text Example

White with #68AED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68AED4; }

 p { color: rgb(104,174,212); }

 H1.HeaderClassName
 {
   color: #68AED4;
 }
 .AnyTagClassName
 {
   color: #68AED4;
 }
</style>

background-color css

<style>
 a { background-color: #68AED4; }

 a { background-color: rgb(104,174,212); }

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

border-color css

<style>
 span { border-color: #68AED4; }

 span { border-color: rgb(104,174,212); }

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