Html Css Color HEX #69C5FD Maya Blue

📋 copy color: '#69C5FD'

red 105 ◦ green 197 ◦ blue 253

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

Shades of Maya Blue #69C5FD

Tints of Maya Blue #69C5FD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.5%

 BLUE value IS 253 (99.22% from 255) = 45.59%

R = 18.92%
G = 35.5%
B = 45.59%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#69C5FD (or 0x69C5FD) is known color: Maya Blue. HEX triplet: 69, C5 and FD. RGB value is (105,197,253). Sum of RGB (Red+Green+Blue) = 105+197+253=555 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.92% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #69C5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69C5FD is #963A02. Grayscale: #AFAFAF. Windows color (decimal): -9845251 or 16631145. OLE color: 16631145.

HSL color Cylindrical-coordinate representation of color #69C5FD: hue angle of 202.7º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69C5FD is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 105 197 253 -
CMYK 0.58 0.22 0 0.01
HSL 202.7º 0.97% 0.7% -
HSV(B) 202.7º 0.58% 0.99% -
XYZ 43.52 50.03 100.29 -
YUV 175.88 171.52 77.45 -
System Red Green Blue C M Y K H S L
Decimal 105 197 253 0.58 0.22 0 0.01 202.7 0.97 0.7
Hex 69 C5 FD 3A 16 0 1 CB 61 46
Octal 151 305 375 72 26 0 1 313 141 106
Binary 1101001 11000101 11111101 111010 10110 0 1 11001011 1100001 1000110

Color Harmonies of #69C5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C5FD

Black with #69C5FD

Text Example


Text Example

White with #69C5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,197,253); }

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

background-color css

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

 a { background-color: rgb(105,197,253); }

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

border-color css

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

 span { border-color: rgb(105,197,253); }

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