Html Css Color HEX #69C1FE Maya Blue

📋 copy color: '#69C1FE'

red 105 ◦ green 193 ◦ blue 254

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

Shades of Maya Blue #69C1FE

Tints of Maya Blue #69C1FE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.96%

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

R = 19.02%
G = 34.96%
B = 46.01%

CMYK

 C value IS 0.59

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#69C1FE (or 0x69C1FE) is known color: Maya Blue. HEX triplet: 69, C1 and FE. RGB value is (105,193,254). Sum of RGB (Red+Green+Blue) = 105+193+254=552 (73% of max value = 765). Red value is 105 (41.41% from 255 or 19.02% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #69C1FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69C1FE is #963E01. Grayscale: #ADADAD. Windows color (decimal): -9846274 or 16695657. OLE color: 16695657.

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

Color convert

RGB 105 193 254 -
CMYK 0.59 0.24 0 0.00
HSL 204.56º 0.99% 0.7% -
HSV(B) 204.56º 0.59% 1% -
XYZ 42.79 48.3 100.83 -
YUV 173.64 173.35 79.04 -
System Red Green Blue C M Y K H S L
Decimal 105 193 254 0.59 0.24 0 0.00 204.56 0.99 0.7
Hex 69 C1 FE 3B 18 0 0 CD 63 46
Octal 151 301 376 73 30 0 0 315 143 106
Binary 1101001 11000001 11111110 111011 11000 0 0 11001101 1100011 1000110

Color Harmonies of #69C1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C1FE

Black with #69C1FE

Text Example


Text Example

White with #69C1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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