Html Css Color HEX #78CDF5 Maya Blue

📋 copy color: '#78CDF5'

red 120 ◦ green 205 ◦ blue 245

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

Shades of Maya Blue #78CDF5

Tints of Maya Blue #78CDF5

RGB

 RED value IS 120 (47.27% from 255) = 21.05%

 GREEN value IS 205 (80.47% from 255) = 35.96%

 BLUE value IS 245 (96.09% from 255) = 42.98%

R = 21.05%
G = 35.96%
B = 42.98%

CMYK

 C value IS 0.51

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#78CDF5 (or 0x78CDF5) is known color: Maya Blue. HEX triplet: 78, CD and F5. RGB value is (120,205,245). Sum of RGB (Red+Green+Blue) = 120+205+245=570 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.05% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 245 (96.09% from 255 or 42.98% from 570); Max value from RGB is 245 - color contains mainly: blue. Hex color #78CDF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78CDF5 is #87320A. Grayscale: #B7B7B7. Windows color (decimal): -8860171 or 16108920. OLE color: 16108920.

HSL color Cylindrical-coordinate representation of color #78CDF5: hue angle of 199.2º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78CDF5 is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 120 205 245 -
CMYK 0.51 0.16 0 0.04
HSL 199.2º 0.86% 0.72% -
HSV(B) 199.2º 0.51% 0.96% -
XYZ 46.06 54.25 94.43 -
YUV 184.15 162.34 82.25 -
System Red Green Blue C M Y K H S L
Decimal 120 205 245 0.51 0.16 0 0.04 199.2 0.86 0.72
Hex 78 CD F5 33 10 0 4 C7 56 48
Octal 170 315 365 63 20 0 4 307 126 110
Binary 1111000 11001101 11110101 110011 10000 0 100 11000111 1010110 1001000

Color Harmonies of #78CDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CDF5

Black with #78CDF5

Text Example


Text Example

White with #78CDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78CDF5; }

 p { color: rgb(120,205,245); }

 H1.HeaderClassName
 {
   color: #78CDF5;
 }
 .AnyTagClassName
 {
   color: #78CDF5;
 }
</style>

background-color css

<style>
 a { background-color: #78CDF5; }

 a { background-color: rgb(120,205,245); }

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

border-color css

<style>
 span { border-color: #78CDF5; }

 span { border-color: rgb(120,205,245); }

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