Html Css Color HEX #68BAF0 Malibu

📋 copy color: '#68BAF0'

red 104 ◦ green 186 ◦ blue 240

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

Shades of Malibu #68BAF0

Tints of Malibu #68BAF0

RGB

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

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

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

R = 19.62%
G = 35.09%
B = 45.28%

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

#68BAF0 (or 0x68BAF0) is known color: Malibu. HEX triplet: 68, BA and F0. RGB value is (104,186,240). Sum of RGB (Red+Green+Blue) = 104+186+240=530 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.62% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 240 (94.14% from 255 or 45.28% from 530); Max value from RGB is 240 - color contains mainly: blue. Hex color #68BAF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BAF0 is #97450F. Grayscale: #A7A7A7. Windows color (decimal): -9913616 or 15776360. OLE color: 15776360.

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

Color convert

RGB 104 186 240 -
CMYK 0.57 0.22 0 0.06
HSL 203.82º 0.82% 0.67% -
HSV(B) 203.82º 0.57% 0.94% -
XYZ 39 44.35 88.94 -
YUV 167.64 168.83 82.61 -
System Red Green Blue C M Y K H S L
Decimal 104 186 240 0.57 0.22 0 0.06 203.82 0.82 0.67
Hex 68 BA F0 39 16 0 6 CC 52 43
Octal 150 272 360 71 26 0 6 314 122 103
Binary 1101000 10111010 11110000 111001 10110 0 110 11001100 1010010 1000011

Color Harmonies of #68BAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BAF0

Black with #68BAF0

Text Example


Text Example

White with #68BAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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