Html Css Color HEX #68CFF9 Maya Blue

📋 copy color: '#68CFF9'

red 104 ◦ green 207 ◦ blue 249

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

Shades of Maya Blue #68CFF9

Tints of Maya Blue #68CFF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.46%

R = 18.57%
G = 36.96%
B = 44.46%

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

#68CFF9 (or 0x68CFF9) is known color: Maya Blue. HEX triplet: 68, CF and F9. RGB value is (104,207,249). Sum of RGB (Red+Green+Blue) = 104+207+249=560 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.57% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 249 (97.66% from 255 or 44.46% from 560); Max value from RGB is 249 - color contains mainly: blue. Hex color #68CFF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CFF9 is #973006. Grayscale: #B4B4B4. Windows color (decimal): -9908231 or 16371560. OLE color: 16371560.

HSL color Cylindrical-coordinate representation of color #68CFF9: hue angle of 197.38º degrees, saturation: 0.92, 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 #68CFF9 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 207 249 -
CMYK 0.58 0.17 0 0.02
HSL 197.38º 0.92% 0.69% -
HSV(B) 197.38º 0.58% 0.98% -
XYZ 45.12 54.41 97.75 -
YUV 180.99 166.38 73.08 -
System Red Green Blue C M Y K H S L
Decimal 104 207 249 0.58 0.17 0 0.02 197.38 0.92 0.69
Hex 68 CF F9 3A 11 0 2 C5 5C 45
Octal 150 317 371 72 21 0 2 305 134 105
Binary 1101000 11001111 11111001 111010 10001 0 10 11000101 1011100 1000101

Color Harmonies of #68CFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CFF9

Black with #68CFF9

Text Example


Text Example

White with #68CFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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