Html Css Color HEX #7CBDF2 Maya Blue

📋 copy color: '#7CBDF2'

red 124 ◦ green 189 ◦ blue 242

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

Shades of Maya Blue #7CBDF2

Tints of Maya Blue #7CBDF2

RGB

 RED value IS 124 (48.83% from 255) = 22.34%

 GREEN value IS 189 (74.22% from 255) = 34.05%

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

R = 22.34%
G = 34.05%
B = 43.6%

CMYK

 C value IS 0.49

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7CBDF2 (or 0x7CBDF2) is known color: Maya Blue. HEX triplet: 7C, BD and F2. RGB value is (124,189,242). Sum of RGB (Red+Green+Blue) = 124+189+242=555 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.34% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 242 (94.92% from 255 or 43.60% from 555); Max value from RGB is 242 - color contains mainly: blue. Hex color #7CBDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CBDF2 is #83420D. Grayscale: #AFAFAF. Windows color (decimal): -8602126 or 15908220. OLE color: 15908220.

HSL color Cylindrical-coordinate representation of color #7CBDF2: hue angle of 206.95º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CBDF2 is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 124 189 242 -
CMYK 0.49 0.22 0 0.05
HSL 206.95º 0.82% 0.72% -
HSV(B) 206.95º 0.49% 0.95% -
XYZ 42.54 47.09 90.85 -
YUV 175.61 165.47 91.19 -
System Red Green Blue C M Y K H S L
Decimal 124 189 242 0.49 0.22 0 0.05 206.95 0.82 0.72
Hex 7C BD F2 31 16 0 5 CF 52 48
Octal 174 275 362 61 26 0 5 317 122 110
Binary 1111100 10111101 11110010 110001 10110 0 101 11001111 1010010 1001000

Color Harmonies of #7CBDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBDF2

Black with #7CBDF2

Text Example


Text Example

White with #7CBDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7CBDF2; }

 p { color: rgb(124,189,242); }

 H1.HeaderClassName
 {
   color: #7CBDF2;
 }
 .AnyTagClassName
 {
   color: #7CBDF2;
 }
</style>

background-color css

<style>
 a { background-color: #7CBDF2; }

 a { background-color: rgb(124,189,242); }

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

border-color css

<style>
 span { border-color: #7CBDF2; }

 span { border-color: rgb(124,189,242); }

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