Html Css Color HEX #68CFFA Maya Blue

📋 copy color: '#68CFFA'

red 104 ◦ green 207 ◦ blue 250

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

Shades of Maya Blue #68CFFA

Tints of Maya Blue #68CFFA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.9%

 BLUE value IS 250 (98.05% from 255) = 44.56%

R = 18.54%
G = 36.9%
B = 44.56%

CMYK

 C value IS 0.58

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#68CFFA (or 0x68CFFA) is known color: Maya Blue. HEX triplet: 68, CF and FA. RGB value is (104,207,250). Sum of RGB (Red+Green+Blue) = 104+207+250=561 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.54% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #68CFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CFFA is #973005. Grayscale: #B4B4B4. Windows color (decimal): -9908230 or 16437096. OLE color: 16437096.

HSL color Cylindrical-coordinate representation of color #68CFFA: hue angle of 197.67º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68CFFA is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 207 250 -
CMYK 0.58 0.17 0 0.02
HSL 197.67º 0.94% 0.69% -
HSV(B) 197.67º 0.58% 0.98% -
XYZ 45.28 54.47 98.57 -
YUV 181.11 166.88 73 -
System Red Green Blue C M Y K H S L
Decimal 104 207 250 0.58 0.17 0 0.02 197.67 0.94 0.69
Hex 68 CF FA 3A 11 0 2 C6 5E 45
Octal 150 317 372 72 21 0 2 306 136 105
Binary 1101000 11001111 11111010 111010 10001 0 10 11000110 1011110 1000101

Color Harmonies of #68CFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CFFA

Black with #68CFFA

Text Example


Text Example

White with #68CFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,207,250); }

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

background-color css

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

 a { background-color: rgb(104,207,250); }

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

border-color css

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

 span { border-color: rgb(104,207,250); }

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