Html Css Color HEX #68BFD5 Malibu

📋 copy color: '#68BFD5'

red 104 ◦ green 191 ◦ blue 213

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

Shades of Malibu #68BFD5

Tints of Malibu #68BFD5

RGB

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

 GREEN value IS 191 (75% from 255) = 37.6%

 BLUE value IS 213 (83.59% from 255) = 41.93%

R = 20.47%
G = 37.6%
B = 41.93%

CMYK

 C value IS 0.51

 M value IS 0.10

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#68BFD5 (or 0x68BFD5) is known color: Malibu. HEX triplet: 68, BF and D5. RGB value is (104,191,213). Sum of RGB (Red+Green+Blue) = 104+191+213=508 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.47% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 213 (83.59% from 255 or 41.93% from 508); Max value from RGB is 213 - color contains mainly: blue. Hex color #68BFD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BFD5 is #97402A. Grayscale: #A7A7A7. Windows color (decimal): -9912363 or 14008168. OLE color: 14008168.

HSL color Cylindrical-coordinate representation of color #68BFD5: hue angle of 192.11º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68BFD5 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 191 213 -
CMYK 0.51 0.10 0 0.16
HSL 192.11º 0.56% 0.62% -
HSV(B) 192.11º 0.51% 0.84% -
XYZ 36.35 45.01 69.72 -
YUV 167.5 153.68 82.71 -
System Red Green Blue C M Y K H S L
Decimal 104 191 213 0.51 0.10 0 0.16 192.11 0.56 0.62
Hex 68 BF D5 33 A 0 10 C0 38 3E
Octal 150 277 325 63 12 0 20 300 70 76
Binary 1101000 10111111 11010101 110011 1010 0 10000 11000000 111000 111110

Color Harmonies of #68BFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BFD5

Black with #68BFD5

Text Example


Text Example

White with #68BFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,191,213); }

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

background-color css

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

 a { background-color: rgb(104,191,213); }

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

border-color css

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

 span { border-color: rgb(104,191,213); }

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