Html Css Color HEX #68CBF2 Maya Blue

📋 copy color: '#68CBF2'

red 104 ◦ green 203 ◦ blue 242

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

Shades of Maya Blue #68CBF2

Tints of Maya Blue #68CBF2

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.98%

 BLUE value IS 242 (94.92% from 255) = 44.08%

R = 18.94%
G = 36.98%
B = 44.08%

CMYK

 C value IS 0.57

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#68CBF2 (or 0x68CBF2) is known color: Maya Blue. HEX triplet: 68, CB and F2. RGB value is (104,203,242). Sum of RGB (Red+Green+Blue) = 104+203+242=549 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.94% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 242 (94.92% from 255 or 44.08% from 549); Max value from RGB is 242 - color contains mainly: blue. Hex color #68CBF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CBF2 is #97340D. Grayscale: #B1B1B1. Windows color (decimal): -9909262 or 15911784. OLE color: 15911784.

HSL color Cylindrical-coordinate representation of color #68CBF2: hue angle of 196.96º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68CBF2 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 104 203 242 -
CMYK 0.57 0.16 0 0.05
HSL 196.96º 0.84% 0.68% -
HSV(B) 196.96º 0.57% 0.95% -
XYZ 43.09 52.07 91.78 -
YUV 177.85 164.2 75.33 -
System Red Green Blue C M Y K H S L
Decimal 104 203 242 0.57 0.16 0 0.05 196.96 0.84 0.68
Hex 68 CB F2 39 10 0 5 C5 54 44
Octal 150 313 362 71 20 0 5 305 124 104
Binary 1101000 11001011 11110010 111001 10000 0 101 11000101 1010100 1000100

Color Harmonies of #68CBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CBF2

Black with #68CBF2

Text Example


Text Example

White with #68CBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,203,242); }

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

background-color css

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

 a { background-color: rgb(104,203,242); }

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

border-color css

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

 span { border-color: rgb(104,203,242); }

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