Html Css Color HEX #67BAEA Malibu

📋 copy color: '#67BAEA'

red 103 ◦ green 186 ◦ blue 234

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

Shades of Malibu #67BAEA

Tints of Malibu #67BAEA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.56%

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

R = 19.69%
G = 35.56%
B = 44.74%

CMYK

 C value IS 0.56

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#67BAEA (or 0x67BAEA) is known color: Malibu. HEX triplet: 67, BA and EA. RGB value is (103,186,234). Sum of RGB (Red+Green+Blue) = 103+186+234=523 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.69% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #67BAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67BAEA is #984515. Grayscale: #A6A6A6. Windows color (decimal): -9979158 or 15383143. OLE color: 15383143.

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

Color convert

RGB 103 186 234 -
CMYK 0.56 0.21 0 0.08
HSL 201.98º 0.76% 0.66% -
HSV(B) 201.98º 0.56% 0.92% -
XYZ 38 43.94 84.32 -
YUV 166.66 166 82.6 -
System Red Green Blue C M Y K H S L
Decimal 103 186 234 0.56 0.21 0 0.08 201.98 0.76 0.66
Hex 67 BA EA 38 15 0 8 CA 4C 42
Octal 147 272 352 70 25 0 10 312 114 102
Binary 1100111 10111010 11101010 111000 10101 0 1000 11001010 1001100 1000010

Color Harmonies of #67BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BAEA

Black with #67BAEA

Text Example


Text Example

White with #67BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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