Html Css Color HEX #69BAFC Maya Blue

📋 copy color: '#69BAFC'

red 105 ◦ green 186 ◦ blue 252

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

Shades of Maya Blue #69BAFC

Tints of Maya Blue #69BAFC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.25%

 BLUE value IS 252 (98.83% from 255) = 46.41%

R = 19.34%
G = 34.25%
B = 46.41%

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

#69BAFC (or 0x69BAFC) is known color: Maya Blue. HEX triplet: 69, BA and FC. RGB value is (105,186,252). Sum of RGB (Red+Green+Blue) = 105+186+252=543 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.34% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #69BAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69BAFC is #964503. Grayscale: #A8A8A8. Windows color (decimal): -9848068 or 16562793. OLE color: 16562793.

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

Color convert

RGB 105 186 252 -
CMYK 0.58 0.26 0 0.01
HSL 206.94º 0.96% 0.7% -
HSV(B) 206.94º 0.58% 0.99% -
XYZ 40.96 45.15 98.65 -
YUV 169.31 174.66 82.13 -
System Red Green Blue C M Y K H S L
Decimal 105 186 252 0.58 0.26 0 0.01 206.94 0.96 0.7
Hex 69 BA FC 3A 1A 0 1 CF 60 46
Octal 151 272 374 72 32 0 1 317 140 106
Binary 1101001 10111010 11111100 111010 11010 0 1 11001111 1100000 1000110

Color Harmonies of #69BAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BAFC

Black with #69BAFC

Text Example


Text Example

White with #69BAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,186,252); }

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

background-color css

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

 a { background-color: rgb(105,186,252); }

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

border-color css

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

 span { border-color: rgb(105,186,252); }

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