Html Css Color HEX #69BFFE Maya Blue

📋 copy color: '#69BFFE'

red 105 ◦ green 191 ◦ blue 254

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

Shades of Maya Blue #69BFFE

Tints of Maya Blue #69BFFE

RGB

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

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

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

R = 19.09%
G = 34.73%
B = 46.18%

CMYK

 C value IS 0.59

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#69BFFE (or 0x69BFFE) is known color: Maya Blue. HEX triplet: 69, BF and FE. RGB value is (105,191,254). Sum of RGB (Red+Green+Blue) = 105+191+254=550 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.09% from 550); Green value is 191 (75% from 255 or 34.73% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #69BFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69BFFE is #964001. Grayscale: #ACACAC. Windows color (decimal): -9846786 or 16695145. OLE color: 16695145.

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

Color convert

RGB 105 191 254 -
CMYK 0.59 0.25 0 0.00
HSL 205.37º 0.99% 0.7% -
HSV(B) 205.37º 0.59% 1% -
XYZ 42.35 47.42 100.69 -
YUV 172.47 174.01 79.88 -
System Red Green Blue C M Y K H S L
Decimal 105 191 254 0.59 0.25 0 0.00 205.37 0.99 0.7
Hex 69 BF FE 3B 19 0 0 CD 63 46
Octal 151 277 376 73 31 0 0 315 143 106
Binary 1101001 10111111 11111110 111011 11001 0 0 11001101 1100011 1000110

Color Harmonies of #69BFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BFFE

Black with #69BFFE

Text Example


Text Example

White with #69BFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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