Html Css Color HEX #69BCFD Maya Blue

📋 copy color: '#69BCFD'

red 105 ◦ green 188 ◦ blue 253

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

Shades of Maya Blue #69BCFD

Tints of Maya Blue #69BCFD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.43%

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

R = 19.23%
G = 34.43%
B = 46.34%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#69BCFD (or 0x69BCFD) is known color: Maya Blue. HEX triplet: 69, BC and FD. RGB value is (105,188,253). Sum of RGB (Red+Green+Blue) = 105+188+253=546 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.23% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #69BCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69BCFD is #964302. Grayscale: #AAAAAA. Windows color (decimal): -9847555 or 16628841. OLE color: 16628841.

HSL color Cylindrical-coordinate representation of color #69BCFD: hue angle of 206.35º 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 #69BCFD is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 105 188 253 -
CMYK 0.58 0.26 0 0.01
HSL 206.35º 0.97% 0.7% -
HSV(B) 206.35º 0.58% 0.99% -
XYZ 41.54 46.06 99.63 -
YUV 170.59 174.5 81.21 -
System Red Green Blue C M Y K H S L
Decimal 105 188 253 0.58 0.26 0 0.01 206.35 0.97 0.7
Hex 69 BC FD 3A 1A 0 1 CE 61 46
Octal 151 274 375 72 32 0 1 316 141 106
Binary 1101001 10111100 11111101 111010 11010 0 1 11001110 1100001 1000110

Color Harmonies of #69BCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BCFD

Black with #69BCFD

Text Example


Text Example

White with #69BCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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