Html Css Color HEX #65BCEF Malibu

📋 copy color: '#65BCEF'

red 101 ◦ green 188 ◦ blue 239

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

Shades of Malibu #65BCEF

Tints of Malibu #65BCEF

RGB

 RED value IS 101 (39.84% from 255) = 19.13%

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

 BLUE value IS 239 (93.75% from 255) = 45.27%

R = 19.13%
G = 35.61%
B = 45.27%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#65BCEF (or 0x65BCEF) is known color: Malibu. HEX triplet: 65, BC and EF. RGB value is (101,188,239). Sum of RGB (Red+Green+Blue) = 101+188+239=528 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.13% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #65BCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BCEF is #9A4310. Grayscale: #A7A7A7. Windows color (decimal): -10109713 or 15711333. OLE color: 15711333.

HSL color Cylindrical-coordinate representation of color #65BCEF: hue angle of 202.17º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65BCEF is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 101 188 239 -
CMYK 0.58 0.21 0 0.06
HSL 202.17º 0.81% 0.67% -
HSV(B) 202.17º 0.58% 0.94% -
XYZ 38.93 44.97 88.29 -
YUV 167.8 168.18 80.35 -
System Red Green Blue C M Y K H S L
Decimal 101 188 239 0.58 0.21 0 0.06 202.17 0.81 0.67
Hex 65 BC EF 3A 15 0 6 CA 51 43
Octal 145 274 357 72 25 0 6 312 121 103
Binary 1100101 10111100 11101111 111010 10101 0 110 11001010 1010001 1000011

Color Harmonies of #65BCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BCEF

Black with #65BCEF

Text Example


Text Example

White with #65BCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65BCEF; }

 p { color: rgb(101,188,239); }

 H1.HeaderClassName
 {
   color: #65BCEF;
 }
 .AnyTagClassName
 {
   color: #65BCEF;
 }
</style>

background-color css

<style>
 a { background-color: #65BCEF; }

 a { background-color: rgb(101,188,239); }

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

border-color css

<style>
 span { border-color: #65BCEF; }

 span { border-color: rgb(101,188,239); }

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