Html Css Color HEX #69BDFF Maya Blue

📋 copy color: '#69BDFF'

red 105 ◦ green 189 ◦ blue 255

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

Shades of Maya Blue #69BDFF

Tints of Maya Blue #69BDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.45%

R = 19.13%
G = 34.43%
B = 46.45%

CMYK

 C value IS 0.59

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#69BDFF (or 0x69BDFF) is known color: Maya Blue. HEX triplet: 69, BD and FF. RGB value is (105,189,255). Sum of RGB (Red+Green+Blue) = 105+189+255=549 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.13% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #69BDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69BDFF is #964200. Grayscale: #ABABAB. Windows color (decimal): -9847297 or 16760169. OLE color: 16760169.

HSL color Cylindrical-coordinate representation of color #69BDFF: hue angle of 206.4º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69BDFF is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 105 189 255 -
CMYK 0.59 0.26 0 0
HSL 206.4º 1% 0.71% -
HSV(B) 206.4º 0.59% 1% -
XYZ 42.07 46.62 101.39 -
YUV 171.41 175.17 80.63 -
System Red Green Blue C M Y K H S L
Decimal 105 189 255 0.59 0.26 0 0 206.4 1 0.71
Hex 69 BD FF 3B 1A 0 0 CE 64 47
Octal 151 275 377 73 32 0 0 316 144 107
Binary 1101001 10111101 11111111 111011 11010 0 0 11001110 1100100 1000111

Color Harmonies of #69BDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BDFF

Black with #69BDFF

Text Example


Text Example

White with #69BDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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