Html Css Color HEX #67C2EA Malibu

📋 copy color: '#67C2EA'

red 103 ◦ green 194 ◦ blue 234

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

Shades of Malibu #67C2EA

Tints of Malibu #67C2EA

RGB

 RED value IS 103 (40.63% from 255) = 19.4%

 GREEN value IS 194 (76.17% from 255) = 36.53%

 BLUE value IS 234 (91.8% from 255) = 44.07%

R = 19.4%
G = 36.53%
B = 44.07%

CMYK

 C value IS 0.56

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#67C2EA (or 0x67C2EA) is known color: Malibu. HEX triplet: 67, C2 and EA. RGB value is (103,194,234). Sum of RGB (Red+Green+Blue) = 103+194+234=531 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.40% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #67C2EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67C2EA is #983D15. Grayscale: #ABABAB. Windows color (decimal): -9977110 or 15385191. OLE color: 15385191.

HSL color Cylindrical-coordinate representation of color #67C2EA: hue angle of 198.32º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67C2EA is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 103 194 234 -
CMYK 0.56 0.17 0 0.08
HSL 198.32º 0.76% 0.66% -
HSV(B) 198.32º 0.56% 0.92% -
XYZ 39.74 47.41 84.9 -
YUV 171.35 163.35 79.25 -
System Red Green Blue C M Y K H S L
Decimal 103 194 234 0.56 0.17 0 0.08 198.32 0.76 0.66
Hex 67 C2 EA 38 11 0 8 C6 4C 42
Octal 147 302 352 70 21 0 10 306 114 102
Binary 1100111 11000010 11101010 111000 10001 0 1000 11000110 1001100 1000010

Color Harmonies of #67C2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67C2EA

Black with #67C2EA

Text Example


Text Example

White with #67C2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67C2EA; }

 p { color: rgb(103,194,234); }

 H1.HeaderClassName
 {
   color: #67C2EA;
 }
 .AnyTagClassName
 {
   color: #67C2EA;
 }
</style>

background-color css

<style>
 a { background-color: #67C2EA; }

 a { background-color: rgb(103,194,234); }

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

border-color css

<style>
 span { border-color: #67C2EA; }

 span { border-color: rgb(103,194,234); }

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