Html Css Color HEX #68BDEF Malibu

📋 copy color: '#68BDEF'

red 104 ◦ green 189 ◦ blue 239

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

Shades of Malibu #68BDEF

Tints of Malibu #68BDEF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.53%

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

R = 19.55%
G = 35.53%
B = 44.92%

CMYK

 C value IS 0.56

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#68BDEF (or 0x68BDEF) is known color: Malibu. HEX triplet: 68, BD and EF. RGB value is (104,189,239). Sum of RGB (Red+Green+Blue) = 104+189+239=532 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.55% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #68BDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BDEF is #974210. Grayscale: #A8A8A8. Windows color (decimal): -9912849 or 15711592. OLE color: 15711592.

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

Color convert

RGB 104 189 239 -
CMYK 0.56 0.21 0 0.06
HSL 202.22º 0.81% 0.67% -
HSV(B) 202.22º 0.56% 0.94% -
XYZ 39.49 45.57 88.38 -
YUV 169.29 167.34 81.43 -
System Red Green Blue C M Y K H S L
Decimal 104 189 239 0.56 0.21 0 0.06 202.22 0.81 0.67
Hex 68 BD EF 38 15 0 6 CA 51 43
Octal 150 275 357 70 25 0 6 312 121 103
Binary 1101000 10111101 11101111 111000 10101 0 110 11001010 1010001 1000011

Color Harmonies of #68BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BDEF

Black with #68BDEF

Text Example


Text Example

White with #68BDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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