Html Css Color HEX #67B9F0 Malibu

📋 copy color: '#67B9F0'

red 103 ◦ green 185 ◦ blue 240

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

Shades of Malibu #67B9F0

Tints of Malibu #67B9F0

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.04%

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

R = 19.51%
G = 35.04%
B = 45.45%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#67B9F0 (or 0x67B9F0) is known color: Malibu. HEX triplet: 67, B9 and F0. RGB value is (103,185,240). Sum of RGB (Red+Green+Blue) = 103+185+240=528 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.51% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 240 (94.14% from 255 or 45.45% from 528); Max value from RGB is 240 - color contains mainly: blue. Hex color #67B9F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67B9F0 is #98460F. Grayscale: #A6A6A6. Windows color (decimal): -9979408 or 15776103. OLE color: 15776103.

HSL color Cylindrical-coordinate representation of color #67B9F0: hue angle of 204.09º 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 #67B9F0 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 103 185 240 -
CMYK 0.57 0.23 0 0.06
HSL 204.09º 0.82% 0.67% -
HSV(B) 204.09º 0.57% 0.94% -
XYZ 38.67 43.87 88.87 -
YUV 166.75 169.33 82.53 -
System Red Green Blue C M Y K H S L
Decimal 103 185 240 0.57 0.23 0 0.06 204.09 0.82 0.67
Hex 67 B9 F0 39 17 0 6 CC 52 43
Octal 147 271 360 71 27 0 6 314 122 103
Binary 1100111 10111001 11110000 111001 10111 0 110 11001100 1010010 1000011

Color Harmonies of #67B9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67B9F0

Black with #67B9F0

Text Example


Text Example

White with #67B9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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