Html Css Color HEX #68B2EF Malibu

📋 copy color: '#68B2EF'

red 104 ◦ green 178 ◦ blue 239

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

Shades of Malibu #68B2EF

Tints of Malibu #68B2EF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.17%

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

R = 19.96%
G = 34.17%
B = 45.87%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#68B2EF (or 0x68B2EF) is known color: Malibu. HEX triplet: 68, B2 and EF. RGB value is (104,178,239). Sum of RGB (Red+Green+Blue) = 104+178+239=521 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.96% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #68B2EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68B2EF is #974D10. Grayscale: #A2A2A2. Windows color (decimal): -9915665 or 15708776. OLE color: 15708776.

HSL color Cylindrical-coordinate representation of color #68B2EF: hue angle of 207.11º 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 #68B2EF is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 104 178 239 -
CMYK 0.56 0.26 0 0.06
HSL 207.11º 0.81% 0.67% -
HSV(B) 207.11º 0.56% 0.94% -
XYZ 37.21 41.02 87.62 -
YUV 162.83 170.98 86.04 -
System Red Green Blue C M Y K H S L
Decimal 104 178 239 0.56 0.26 0 0.06 207.11 0.81 0.67
Hex 68 B2 EF 38 1A 0 6 CF 51 43
Octal 150 262 357 70 32 0 6 317 121 103
Binary 1101000 10110010 11101111 111000 11010 0 110 11001111 1010001 1000011

Color Harmonies of #68B2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B2EF

Black with #68B2EF

Text Example


Text Example

White with #68B2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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