Html Css Color HEX #65BCEE Malibu

📋 copy color: '#65BCEE'

red 101 ◦ green 188 ◦ blue 238

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

Shades of Malibu #65BCEE

Tints of Malibu #65BCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.16%

R = 19.17%
G = 35.67%
B = 45.16%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#65BCEE (or 0x65BCEE) is known color: Malibu. HEX triplet: 65, BC and EE. RGB value is (101,188,238). Sum of RGB (Red+Green+Blue) = 101+188+238=527 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.17% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #65BCEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BCEE is #9A4311. Grayscale: #A7A7A7. Windows color (decimal): -10109714 or 15645797. OLE color: 15645797.

HSL color Cylindrical-coordinate representation of color #65BCEE: hue angle of 201.9º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65BCEE is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 101 188 238 -
CMYK 0.58 0.21 0 0.07
HSL 201.9º 0.8% 0.66% -
HSV(B) 201.9º 0.58% 0.93% -
XYZ 38.78 44.91 87.51 -
YUV 167.69 167.68 80.43 -
System Red Green Blue C M Y K H S L
Decimal 101 188 238 0.58 0.21 0 0.07 201.9 0.8 0.66
Hex 65 BC EE 3A 15 0 7 CA 50 42
Octal 145 274 356 72 25 0 7 312 120 102
Binary 1100101 10111100 11101110 111010 10101 0 111 11001010 1010000 1000010

Color Harmonies of #65BCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BCEE

Black with #65BCEE

Text Example


Text Example

White with #65BCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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