Html Css Color HEX #68CBFF Maya Blue

📋 copy color: '#68CBFF'

red 104 ◦ green 203 ◦ blue 255

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

Shades of Maya Blue #68CBFF

Tints of Maya Blue #68CBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.37%

R = 18.51%
G = 36.12%
B = 45.37%

CMYK

 C value IS 0.59

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#68CBFF (or 0x68CBFF) is known color: Maya Blue. HEX triplet: 68, CB and FF. RGB value is (104,203,255). Sum of RGB (Red+Green+Blue) = 104+203+255=562 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.51% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #68CBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CBFF is #973400. Grayscale: #B3B3B3. Windows color (decimal): -9909249 or 16763752. OLE color: 16763752.

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

Color convert

RGB 104 203 255 -
CMYK 0.59 0.20 0 0
HSL 200.66º 1% 0.7% -
HSV(B) 200.66º 0.59% 1% -
XYZ 45.11 52.87 102.44 -
YUV 179.33 170.7 74.27 -
System Red Green Blue C M Y K H S L
Decimal 104 203 255 0.59 0.20 0 0 200.66 1 0.7
Hex 68 CB FF 3B 14 0 0 C9 64 46
Octal 150 313 377 73 24 0 0 311 144 106
Binary 1101000 11001011 11111111 111011 10100 0 0 11001001 1100100 1000110

Color Harmonies of #68CBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CBFF

Black with #68CBFF

Text Example


Text Example

White with #68CBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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