Html Css Color HEX #68BCF0 Malibu

📋 copy color: '#68BCF0'

red 104 ◦ green 188 ◦ blue 240

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

Shades of Malibu #68BCF0

Tints of Malibu #68BCF0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.34%

 BLUE value IS 240 (94.14% from 255) = 45.11%

R = 19.55%
G = 35.34%
B = 45.11%

CMYK

 C value IS 0.57

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#68BCF0 (or 0x68BCF0) is known color: Malibu. HEX triplet: 68, BC and F0. RGB value is (104,188,240). Sum of RGB (Red+Green+Blue) = 104+188+240=532 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.55% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 240 (94.14% from 255 or 45.11% from 532); Max value from RGB is 240 - color contains mainly: blue. Hex color #68BCF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BCF0 is #97430F. Grayscale: #A8A8A8. Windows color (decimal): -9913104 or 15776872. OLE color: 15776872.

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

Color convert

RGB 104 188 240 -
CMYK 0.57 0.22 0 0.06
HSL 202.94º 0.82% 0.67% -
HSV(B) 202.94º 0.57% 0.94% -
XYZ 39.42 45.2 89.09 -
YUV 168.81 168.17 81.77 -
System Red Green Blue C M Y K H S L
Decimal 104 188 240 0.57 0.22 0 0.06 202.94 0.82 0.67
Hex 68 BC F0 39 16 0 6 CB 52 43
Octal 150 274 360 71 26 0 6 313 122 103
Binary 1101000 10111100 11110000 111001 10110 0 110 11001011 1010010 1000011

Color Harmonies of #68BCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BCF0

Black with #68BCF0

Text Example


Text Example

White with #68BCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,188,240); }

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

background-color css

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

 a { background-color: rgb(104,188,240); }

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

border-color css

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

 span { border-color: rgb(104,188,240); }

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