Html Css Color HEX #69BFF1 Maya Blue

📋 copy color: '#69BFF1'

red 105 ◦ green 191 ◦ blue 241

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

Shades of Maya Blue #69BFF1

Tints of Maya Blue #69BFF1

RGB

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

 GREEN value IS 191 (75% from 255) = 35.57%

 BLUE value IS 241 (94.53% from 255) = 44.88%

R = 19.55%
G = 35.57%
B = 44.88%

CMYK

 C value IS 0.56

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#69BFF1 (or 0x69BFF1) is known color: Maya Blue. HEX triplet: 69, BF and F1. RGB value is (105,191,241). Sum of RGB (Red+Green+Blue) = 105+191+241=537 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.55% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 241 (94.53% from 255 or 44.88% from 537); Max value from RGB is 241 - color contains mainly: blue. Hex color #69BFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69BFF1 is #96400E. Grayscale: #AAAAAA. Windows color (decimal): -9846799 or 15843177. OLE color: 15843177.

HSL color Cylindrical-coordinate representation of color #69BFF1: hue angle of 202.06º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69BFF1 is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 105 191 241 -
CMYK 0.56 0.21 0 0.05
HSL 202.06º 0.83% 0.68% -
HSV(B) 202.06º 0.56% 0.95% -
XYZ 40.33 46.62 90.09 -
YUV 170.99 167.51 80.93 -
System Red Green Blue C M Y K H S L
Decimal 105 191 241 0.56 0.21 0 0.05 202.06 0.83 0.68
Hex 69 BF F1 38 15 0 5 CA 53 44
Octal 151 277 361 70 25 0 5 312 123 104
Binary 1101001 10111111 11110001 111000 10101 0 101 11001010 1010011 1000100

Color Harmonies of #69BFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BFF1

Black with #69BFF1

Text Example


Text Example

White with #69BFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,191,241); }

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

background-color css

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

 a { background-color: rgb(105,191,241); }

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

border-color css

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

 span { border-color: rgb(105,191,241); }

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