Html Css Color HEX #69B5F1 Malibu

📋 copy color: '#69B5F1'

red 105 ◦ green 181 ◦ blue 241

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

Shades of Malibu #69B5F1

Tints of Malibu #69B5F1

RGB

 RED value IS 105 (41.41% from 255) = 19.92%

 GREEN value IS 181 (71.09% from 255) = 34.35%

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

R = 19.92%
G = 34.35%
B = 45.73%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#69B5F1 (or 0x69B5F1) is known color: Malibu. HEX triplet: 69, B5 and F1. RGB value is (105,181,241). Sum of RGB (Red+Green+Blue) = 105+181+241=527 (69% of max value = 765). Red value is 105 (41.41% from 255 or 19.92% from 527); Green value is 181 (71.09% from 255 or 34.35% from 527); Blue value is 241 (94.53% from 255 or 45.73% from 527); Max value from RGB is 241 - color contains mainly: blue. Hex color #69B5F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69B5F1 is #964A0E. Grayscale: #A4A4A4. Windows color (decimal): -9849359 or 15840617. OLE color: 15840617.

HSL color Cylindrical-coordinate representation of color #69B5F1: hue angle of 206.47º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69B5F1 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 105 181 241 -
CMYK 0.56 0.25 0 0.05
HSL 206.47º 0.83% 0.68% -
HSV(B) 206.47º 0.56% 0.95% -
XYZ 38.23 42.4 89.39 -
YUV 165.12 170.82 85.12 -
System Red Green Blue C M Y K H S L
Decimal 105 181 241 0.56 0.25 0 0.05 206.47 0.83 0.68
Hex 69 B5 F1 38 19 0 5 CE 53 44
Octal 151 265 361 70 31 0 5 316 123 104
Binary 1101001 10110101 11110001 111000 11001 0 101 11001110 1010011 1000100

Color Harmonies of #69B5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B5F1

Black with #69B5F1

Text Example


Text Example

White with #69B5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69B5F1; }

 p { color: rgb(105,181,241); }

 H1.HeaderClassName
 {
   color: #69B5F1;
 }
 .AnyTagClassName
 {
   color: #69B5F1;
 }
</style>

background-color css

<style>
 a { background-color: #69B5F1; }

 a { background-color: rgb(105,181,241); }

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

border-color css

<style>
 span { border-color: #69B5F1; }

 span { border-color: rgb(105,181,241); }

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