Html Css Color HEX #68BAEF Malibu

📋 copy color: '#68BAEF'

red 104 ◦ green 186 ◦ blue 239

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

Shades of Malibu #68BAEF

Tints of Malibu #68BAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.18%

R = 19.66%
G = 35.16%
B = 45.18%

CMYK

 C value IS 0.56

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#68BAEF (or 0x68BAEF) is known color: Malibu. HEX triplet: 68, BA and EF. RGB value is (104,186,239). Sum of RGB (Red+Green+Blue) = 104+186+239=529 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.66% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #68BAEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BAEF is #974510. Grayscale: #A7A7A7. Windows color (decimal): -9913617 or 15710824. OLE color: 15710824.

HSL color Cylindrical-coordinate representation of color #68BAEF: hue angle of 203.56º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68BAEF is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 104 186 239 -
CMYK 0.56 0.22 0 0.06
HSL 203.56º 0.81% 0.67% -
HSV(B) 203.56º 0.56% 0.94% -
XYZ 38.85 44.29 88.16 -
YUV 167.52 168.33 82.69 -
System Red Green Blue C M Y K H S L
Decimal 104 186 239 0.56 0.22 0 0.06 203.56 0.81 0.67
Hex 68 BA EF 38 16 0 6 CC 51 43
Octal 150 272 357 70 26 0 6 314 121 103
Binary 1101000 10111010 11101111 111000 10110 0 110 11001100 1010001 1000011

Color Harmonies of #68BAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BAEF

Black with #68BAEF

Text Example


Text Example

White with #68BAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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