Html Css Color HEX #67B7F2 Malibu

📋 copy color: '#67B7F2'

red 103 ◦ green 183 ◦ blue 242

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

Shades of Malibu #67B7F2

Tints of Malibu #67B7F2

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.66%

 BLUE value IS 242 (94.92% from 255) = 45.83%

R = 19.51%
G = 34.66%
B = 45.83%

CMYK

 C value IS 0.57

 M value IS 0.24

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#67B7F2 (or 0x67B7F2) is known color: Malibu. HEX triplet: 67, B7 and F2. RGB value is (103,183,242). Sum of RGB (Red+Green+Blue) = 103+183+242=528 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.51% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 242 (94.92% from 255 or 45.83% from 528); Max value from RGB is 242 - color contains mainly: blue. Hex color #67B7F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67B7F2 is #98480D. Grayscale: #A5A5A5. Windows color (decimal): -9979918 or 15906663. OLE color: 15906663.

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

Color convert

RGB 103 183 242 -
CMYK 0.57 0.24 0 0.05
HSL 205.47º 0.84% 0.68% -
HSV(B) 205.47º 0.57% 0.95% -
XYZ 38.55 43.16 90.3 -
YUV 165.81 171 83.2 -
System Red Green Blue C M Y K H S L
Decimal 103 183 242 0.57 0.24 0 0.05 205.47 0.84 0.68
Hex 67 B7 F2 39 18 0 5 CD 54 44
Octal 147 267 362 71 30 0 5 315 124 104
Binary 1100111 10110111 11110010 111001 11000 0 101 11001101 1010100 1000100

Color Harmonies of #67B7F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67B7F2

Black with #67B7F2

Text Example


Text Example

White with #67B7F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,183,242); }

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

background-color css

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

 a { background-color: rgb(103,183,242); }

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

border-color css

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

 span { border-color: rgb(103,183,242); }

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