Html Css Color HEX #67BFEA Malibu

📋 copy color: '#67BFEA'

red 103 ◦ green 191 ◦ blue 234

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

Shades of Malibu #67BFEA

Tints of Malibu #67BFEA

RGB

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

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

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

R = 19.51%
G = 36.17%
B = 44.32%

CMYK

 C value IS 0.56

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#67BFEA (or 0x67BFEA) is known color: Malibu. HEX triplet: 67, BF and EA. RGB value is (103,191,234). Sum of RGB (Red+Green+Blue) = 103+191+234=528 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.51% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #67BFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67BFEA is #984015. Grayscale: #A9A9A9. Windows color (decimal): -9977878 or 15384423. OLE color: 15384423.

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

Color convert

RGB 103 191 234 -
CMYK 0.56 0.18 0 0.08
HSL 199.69º 0.76% 0.66% -
HSV(B) 199.69º 0.56% 0.92% -
XYZ 39.08 46.09 84.68 -
YUV 169.59 164.35 80.5 -
System Red Green Blue C M Y K H S L
Decimal 103 191 234 0.56 0.18 0 0.08 199.69 0.76 0.66
Hex 67 BF EA 38 12 0 8 C8 4C 42
Octal 147 277 352 70 22 0 10 310 114 102
Binary 1100111 10111111 11101010 111000 10010 0 1000 11001000 1001100 1000010

Color Harmonies of #67BFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BFEA

Black with #67BFEA

Text Example


Text Example

White with #67BFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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