Html Css Color HEX #67BAF1 Malibu

📋 copy color: '#67BAF1'

red 103 ◦ green 186 ◦ blue 241

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

Shades of Malibu #67BAF1

Tints of Malibu #67BAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 45.47%

R = 19.43%
G = 35.09%
B = 45.47%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#67BAF1 (or 0x67BAF1) is known color: Malibu. HEX triplet: 67, BA and F1. RGB value is (103,186,241). Sum of RGB (Red+Green+Blue) = 103+186+241=530 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.43% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 241 (94.53% from 255 or 45.47% from 530); Max value from RGB is 241 - color contains mainly: blue. Hex color #67BAF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67BAF1 is #98450E. Grayscale: #A7A7A7. Windows color (decimal): -9979151 or 15841895. OLE color: 15841895.

HSL color Cylindrical-coordinate representation of color #67BAF1: hue angle of 203.91º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67BAF1 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 103 186 241 -
CMYK 0.57 0.23 0 0.05
HSL 203.91º 0.83% 0.67% -
HSV(B) 203.91º 0.57% 0.95% -
XYZ 39.03 44.35 89.72 -
YUV 167.45 169.5 82.03 -
System Red Green Blue C M Y K H S L
Decimal 103 186 241 0.57 0.23 0 0.05 203.91 0.83 0.67
Hex 67 BA F1 39 17 0 5 CC 53 43
Octal 147 272 361 71 27 0 5 314 123 103
Binary 1100111 10111010 11110001 111001 10111 0 101 11001100 1010011 1000011

Color Harmonies of #67BAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BAF1

Black with #67BAF1

Text Example


Text Example

White with #67BAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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