Html Css Color HEX #68CBFA Maya Blue

📋 copy color: '#68CBFA'

red 104 ◦ green 203 ◦ blue 250

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

Shades of Maya Blue #68CBFA

Tints of Maya Blue #68CBFA

RGB

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

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

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

R = 18.67%
G = 36.45%
B = 44.88%

CMYK

 C value IS 0.58

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#68CBFA (or 0x68CBFA) is known color: Maya Blue. HEX triplet: 68, CB and FA. RGB value is (104,203,250). Sum of RGB (Red+Green+Blue) = 104+203+250=557 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.67% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #68CBFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CBFA is #973405. Grayscale: #B2B2B2. Windows color (decimal): -9909254 or 16436072. OLE color: 16436072.

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

Color convert

RGB 104 203 250 -
CMYK 0.58 0.19 0 0.02
HSL 199.32º 0.94% 0.69% -
HSV(B) 199.32º 0.58% 0.98% -
XYZ 44.32 52.56 98.25 -
YUV 178.76 168.2 74.68 -
System Red Green Blue C M Y K H S L
Decimal 104 203 250 0.58 0.19 0 0.02 199.32 0.94 0.69
Hex 68 CB FA 3A 13 0 2 C7 5E 45
Octal 150 313 372 72 23 0 2 307 136 105
Binary 1101000 11001011 11111010 111010 10011 0 10 11000111 1011110 1000101

Color Harmonies of #68CBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CBFA

Black with #68CBFA

Text Example


Text Example

White with #68CBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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