Html Css Color HEX #69B3FE Maya Blue

📋 copy color: '#69B3FE'

red 105 ◦ green 179 ◦ blue 254

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

Shades of Maya Blue #69B3FE

Tints of Maya Blue #69B3FE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.27%

 BLUE value IS 254 (99.61% from 255) = 47.21%

R = 19.52%
G = 33.27%
B = 47.21%

CMYK

 C value IS 0.59

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#69B3FE (or 0x69B3FE) is known color: Maya Blue. HEX triplet: 69, B3 and FE. RGB value is (105,179,254). Sum of RGB (Red+Green+Blue) = 105+179+254=538 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.52% from 538); Green value is 179 (70.31% from 255 or 33.27% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #69B3FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69B3FE is #964C01. Grayscale: #A5A5A5. Windows color (decimal): -9849858 or 16692073. OLE color: 16692073.

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

Color convert

RGB 105 179 254 -
CMYK 0.59 0.30 0 0.00
HSL 210.2º 0.99% 0.7% -
HSV(B) 210.2º 0.59% 1% -
XYZ 39.84 42.4 99.85 -
YUV 165.42 177.98 84.9 -
System Red Green Blue C M Y K H S L
Decimal 105 179 254 0.59 0.30 0 0.00 210.2 0.99 0.7
Hex 69 B3 FE 3B 1E 0 0 D2 63 46
Octal 151 263 376 73 36 0 0 322 143 106
Binary 1101001 10110011 11111110 111011 11110 0 0 11010010 1100011 1000110

Color Harmonies of #69B3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B3FE

Black with #69B3FE

Text Example


Text Example

White with #69B3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,179,254); }

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

background-color css

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

 a { background-color: rgb(105,179,254); }

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

border-color css

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

 span { border-color: rgb(105,179,254); }

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