Html Css Color HEX #67BCF0 Malibu

📋 copy color: '#67BCF0'

red 103 ◦ green 188 ◦ blue 240

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

Shades of Malibu #67BCF0

Tints of Malibu #67BCF0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.4%

 BLUE value IS 240 (94.14% from 255) = 45.2%

R = 19.4%
G = 35.4%
B = 45.2%

CMYK

 C value IS 0.57

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#67BCF0 (or 0x67BCF0) is known color: Malibu. HEX triplet: 67, BC and F0. RGB value is (103,188,240). Sum of RGB (Red+Green+Blue) = 103+188+240=531 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.40% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 240 (94.14% from 255 or 45.20% from 531); Max value from RGB is 240 - color contains mainly: blue. Hex color #67BCF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67BCF0 is #98430F. Grayscale: #A8A8A8. Windows color (decimal): -9978640 or 15776871. OLE color: 15776871.

HSL color Cylindrical-coordinate representation of color #67BCF0: hue angle of 202.77º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67BCF0 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 103 188 240 -
CMYK 0.57 0.22 0 0.06
HSL 202.77º 0.82% 0.67% -
HSV(B) 202.77º 0.57% 0.94% -
XYZ 39.3 45.14 89.08 -
YUV 168.51 168.34 81.27 -
System Red Green Blue C M Y K H S L
Decimal 103 188 240 0.57 0.22 0 0.06 202.77 0.82 0.67
Hex 67 BC F0 39 16 0 6 CB 52 43
Octal 147 274 360 71 26 0 6 313 122 103
Binary 1100111 10111100 11110000 111001 10110 0 110 11001011 1010010 1000011

Color Harmonies of #67BCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BCF0

Black with #67BCF0

Text Example


Text Example

White with #67BCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,188,240); }

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

background-color css

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

 a { background-color: rgb(103,188,240); }

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

border-color css

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

 span { border-color: rgb(103,188,240); }

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