Html Css Color HEX #69B8FE Maya Blue

📋 copy color: '#69B8FE'

red 105 ◦ green 184 ◦ blue 254

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

Shades of Maya Blue #69B8FE

Tints of Maya Blue #69B8FE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.89%

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

R = 19.34%
G = 33.89%
B = 46.78%

CMYK

 C value IS 0.59

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#69B8FE (or 0x69B8FE) is known color: Maya Blue. HEX triplet: 69, B8 and FE. RGB value is (105,184,254). Sum of RGB (Red+Green+Blue) = 105+184+254=543 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.34% from 543); Green value is 184 (72.27% from 255 or 33.89% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #69B8FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69B8FE is #964701. Grayscale: #A8A8A8. Windows color (decimal): -9848578 or 16693353. OLE color: 16693353.

HSL color Cylindrical-coordinate representation of color #69B8FE: hue angle of 208.19º 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 #69B8FE is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 105 184 254 -
CMYK 0.59 0.28 0 0.00
HSL 208.19º 0.99% 0.7% -
HSV(B) 208.19º 0.59% 1% -
XYZ 40.86 44.44 100.19 -
YUV 168.36 176.33 82.81 -
System Red Green Blue C M Y K H S L
Decimal 105 184 254 0.59 0.28 0 0.00 208.19 0.99 0.7
Hex 69 B8 FE 3B 1C 0 0 D0 63 46
Octal 151 270 376 73 34 0 0 320 143 106
Binary 1101001 10111000 11111110 111011 11100 0 0 11010000 1100011 1000110

Color Harmonies of #69B8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B8FE

Black with #69B8FE

Text Example


Text Example

White with #69B8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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