Html Css Color HEX #69C8FE Maya Blue

📋 copy color: '#69C8FE'

red 105 ◦ green 200 ◦ blue 254

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

Shades of Maya Blue #69C8FE

Tints of Maya Blue #69C8FE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.78%

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

R = 18.78%
G = 35.78%
B = 45.44%

CMYK

 C value IS 0.59

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#69C8FE (or 0x69C8FE) is known color: Maya Blue. HEX triplet: 69, C8 and FE. RGB value is (105,200,254). Sum of RGB (Red+Green+Blue) = 105+200+254=559 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.78% from 559); Green value is 200 (78.52% from 255 or 35.78% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #69C8FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69C8FE is #963701. Grayscale: #B1B1B1. Windows color (decimal): -9844482 or 16697449. OLE color: 16697449.

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

Color convert

RGB 105 200 254 -
CMYK 0.59 0.21 0 0.00
HSL 201.75º 0.99% 0.7% -
HSV(B) 201.75º 0.59% 1% -
XYZ 44.37 51.47 101.36 -
YUV 177.75 171.03 76.11 -
System Red Green Blue C M Y K H S L
Decimal 105 200 254 0.59 0.21 0 0.00 201.75 0.99 0.7
Hex 69 C8 FE 3B 15 0 0 CA 63 46
Octal 151 310 376 73 25 0 0 312 143 106
Binary 1101001 11001000 11111110 111011 10101 0 0 11001010 1100011 1000110

Color Harmonies of #69C8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C8FE

Black with #69C8FE

Text Example


Text Example

White with #69C8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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