Html Css Color HEX #65BBF1 Malibu

📋 copy color: '#65BBF1'

red 101 ◦ green 187 ◦ blue 241

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

Shades of Malibu #65BBF1

Tints of Malibu #65BBF1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.35%

 BLUE value IS 241 (94.53% from 255) = 45.56%

R = 19.09%
G = 35.35%
B = 45.56%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#65BBF1 (or 0x65BBF1) is known color: Malibu. HEX triplet: 65, BB and F1. RGB value is (101,187,241). Sum of RGB (Red+Green+Blue) = 101+187+241=529 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.09% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 241 (94.53% from 255 or 45.56% from 529); Max value from RGB is 241 - color contains mainly: blue. Hex color #65BBF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BBF1 is #9A440E. Grayscale: #A7A7A7. Windows color (decimal): -10109967 or 15842149. OLE color: 15842149.

HSL color Cylindrical-coordinate representation of color #65BBF1: hue angle of 203.14º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65BBF1 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 101 187 241 -
CMYK 0.58 0.22 0 0.05
HSL 203.14º 0.83% 0.67% -
HSV(B) 203.14º 0.58% 0.95% -
XYZ 39.01 44.66 89.78 -
YUV 167.44 169.51 80.61 -
System Red Green Blue C M Y K H S L
Decimal 101 187 241 0.58 0.22 0 0.05 203.14 0.83 0.67
Hex 65 BB F1 3A 16 0 5 CB 53 43
Octal 145 273 361 72 26 0 5 313 123 103
Binary 1100101 10111011 11110001 111010 10110 0 101 11001011 1010011 1000011

Color Harmonies of #65BBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BBF1

Black with #65BBF1

Text Example


Text Example

White with #65BBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,187,241); }

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

background-color css

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

 a { background-color: rgb(101,187,241); }

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

border-color css

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

 span { border-color: rgb(101,187,241); }

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