Html Css Color HEX #69BDF9 Maya Blue

📋 copy color: '#69BDF9'

red 105 ◦ green 189 ◦ blue 249

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

Shades of Maya Blue #69BDF9

Tints of Maya Blue #69BDF9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.81%

 BLUE value IS 249 (97.66% from 255) = 45.86%

R = 19.34%
G = 34.81%
B = 45.86%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#69BDF9 (or 0x69BDF9) is known color: Maya Blue. HEX triplet: 69, BD and F9. RGB value is (105,189,249). Sum of RGB (Red+Green+Blue) = 105+189+249=543 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.34% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 249 (97.66% from 255 or 45.86% from 543); Max value from RGB is 249 - color contains mainly: blue. Hex color #69BDF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69BDF9 is #964206. Grayscale: #AAAAAA. Windows color (decimal): -9847303 or 16366953. OLE color: 16366953.

HSL color Cylindrical-coordinate representation of color #69BDF9: hue angle of 205º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69BDF9 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 105 189 249 -
CMYK 0.58 0.24 0 0.02
HSL 205º 0.92% 0.69% -
HSV(B) 205º 0.58% 0.98% -
XYZ 41.12 46.24 96.38 -
YUV 170.72 172.17 81.12 -
System Red Green Blue C M Y K H S L
Decimal 105 189 249 0.58 0.24 0 0.02 205 0.92 0.69
Hex 69 BD F9 3A 18 0 2 CD 5C 45
Octal 151 275 371 72 30 0 2 315 134 105
Binary 1101001 10111101 11111001 111010 11000 0 10 11001101 1011100 1000101

Color Harmonies of #69BDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BDF9

Black with #69BDF9

Text Example


Text Example

White with #69BDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,189,249); }

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

background-color css

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

 a { background-color: rgb(105,189,249); }

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

border-color css

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

 span { border-color: rgb(105,189,249); }

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