Html Css Color HEX #68C1FD Maya Blue

📋 copy color: '#68C1FD'

red 104 ◦ green 193 ◦ blue 253

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

Shades of Maya Blue #68C1FD

Tints of Maya Blue #68C1FD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.09%

 BLUE value IS 253 (99.22% from 255) = 46%

R = 18.91%
G = 35.09%
B = 46%

CMYK

 C value IS 0.59

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#68C1FD (or 0x68C1FD) is known color: Maya Blue. HEX triplet: 68, C1 and FD. RGB value is (104,193,253). Sum of RGB (Red+Green+Blue) = 104+193+253=550 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.91% from 550); Green value is 193 (75.78% from 255 or 35.09% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #68C1FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C1FD is #973E02. Grayscale: #ACACAC. Windows color (decimal): -9911811 or 16630120. OLE color: 16630120.

HSL color Cylindrical-coordinate representation of color #68C1FD: hue angle of 204.16º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68C1FD is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 104 193 253 -
CMYK 0.59 0.24 0 0.01
HSL 204.16º 0.97% 0.7% -
HSV(B) 204.16º 0.59% 0.99% -
XYZ 42.51 48.17 99.99 -
YUV 173.23 173.01 78.62 -
System Red Green Blue C M Y K H S L
Decimal 104 193 253 0.59 0.24 0 0.01 204.16 0.97 0.7
Hex 68 C1 FD 3B 18 0 1 CC 61 46
Octal 150 301 375 73 30 0 1 314 141 106
Binary 1101000 11000001 11111101 111011 11000 0 1 11001100 1100001 1000110

Color Harmonies of #68C1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C1FD

Black with #68C1FD

Text Example


Text Example

White with #68C1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,193,253); }

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

background-color css

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

 a { background-color: rgb(104,193,253); }

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

border-color css

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

 span { border-color: rgb(104,193,253); }

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