Html Css Color HEX #68BFFE Maya Blue

📋 copy color: '#68BFFE'

red 104 ◦ green 191 ◦ blue 254

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

Shades of Maya Blue #68BFFE

Tints of Maya Blue #68BFFE

RGB

 RED value IS 104 (41.02% from 255) = 18.94%

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

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

R = 18.94%
G = 34.79%
B = 46.27%

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

#68BFFE (or 0x68BFFE) is known color: Maya Blue. HEX triplet: 68, BF and FE. RGB value is (104,191,254). Sum of RGB (Red+Green+Blue) = 104+191+254=549 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.94% from 549); Green value is 191 (75% from 255 or 34.79% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #68BFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BFFE is #974001. Grayscale: #ABABAB. Windows color (decimal): -9912322 or 16695144. OLE color: 16695144.

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

Color convert

RGB 104 191 254 -
CMYK 0.59 0.25 0 0.00
HSL 205.2º 0.99% 0.7% -
HSV(B) 205.2º 0.59% 1% -
XYZ 42.23 47.36 100.68 -
YUV 172.17 174.18 79.38 -
System Red Green Blue C M Y K H S L
Decimal 104 191 254 0.59 0.25 0 0.00 205.2 0.99 0.7
Hex 68 BF FE 3B 19 0 0 CD 63 46
Octal 150 277 376 73 31 0 0 315 143 106
Binary 1101000 10111111 11111110 111011 11001 0 0 11001101 1100011 1000110

Color Harmonies of #68BFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BFFE

Black with #68BFFE

Text Example


Text Example

White with #68BFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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