Html Css Color HEX #67B1EA Malibu

📋 copy color: '#67B1EA'

red 103 ◦ green 177 ◦ blue 234

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

Shades of Malibu #67B1EA

Tints of Malibu #67B1EA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.44%

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

R = 20.04%
G = 34.44%
B = 45.53%

CMYK

 C value IS 0.56

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#67B1EA (or 0x67B1EA) is known color: Malibu. HEX triplet: 67, B1 and EA. RGB value is (103,177,234). Sum of RGB (Red+Green+Blue) = 103+177+234=514 (68% of max value = 765). Red value is 103 (40.62% from 255 or 20.04% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #67B1EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67B1EA is #984E15. Grayscale: #A1A1A1. Windows color (decimal): -9981462 or 15380839. OLE color: 15380839.

HSL color Cylindrical-coordinate representation of color #67B1EA: hue angle of 206.11º 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 #67B1EA is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 103 177 234 -
CMYK 0.56 0.24 0 0.08
HSL 206.11º 0.76% 0.66% -
HSV(B) 206.11º 0.56% 0.92% -
XYZ 36.17 40.27 83.71 -
YUV 161.37 168.98 86.37 -
System Red Green Blue C M Y K H S L
Decimal 103 177 234 0.56 0.24 0 0.08 206.11 0.76 0.66
Hex 67 B1 EA 38 18 0 8 CE 4C 42
Octal 147 261 352 70 30 0 10 316 114 102
Binary 1100111 10110001 11101010 111000 11000 0 1000 11001110 1001100 1000010

Color Harmonies of #67B1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67B1EA

Black with #67B1EA

Text Example


Text Example

White with #67B1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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