Html Css Color HEX #68BAEC Malibu

📋 copy color: '#68BAEC'

red 104 ◦ green 186 ◦ blue 236

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

Shades of Malibu #68BAEC

Tints of Malibu #68BAEC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.36%

 BLUE value IS 236 (92.58% from 255) = 44.87%

R = 19.77%
G = 35.36%
B = 44.87%

CMYK

 C value IS 0.56

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#68BAEC (or 0x68BAEC) is known color: Malibu. HEX triplet: 68, BA and EC. RGB value is (104,186,236). Sum of RGB (Red+Green+Blue) = 104+186+236=526 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.77% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #68BAEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BAEC is #974513. Grayscale: #A6A6A6. Windows color (decimal): -9913620 or 15514216. OLE color: 15514216.

HSL color Cylindrical-coordinate representation of color #68BAEC: hue angle of 202.73º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68BAEC is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 186 236 -
CMYK 0.56 0.21 0 0.07
HSL 202.73º 0.78% 0.67% -
HSV(B) 202.73º 0.56% 0.93% -
XYZ 38.41 44.12 85.85 -
YUV 167.18 166.83 82.93 -
System Red Green Blue C M Y K H S L
Decimal 104 186 236 0.56 0.21 0 0.07 202.73 0.78 0.67
Hex 68 BA EC 38 15 0 7 CB 4E 43
Octal 150 272 354 70 25 0 7 313 116 103
Binary 1101000 10111010 11101100 111000 10101 0 111 11001011 1001110 1000011

Color Harmonies of #68BAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BAEC

Black with #68BAEC

Text Example


Text Example

White with #68BAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,186,236); }

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

background-color css

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

 a { background-color: rgb(104,186,236); }

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

border-color css

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

 span { border-color: rgb(104,186,236); }

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