Html Css Color HEX #67CBF2 Maya Blue

📋 copy color: '#67CBF2'

red 103 ◦ green 203 ◦ blue 242

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

Shades of Maya Blue #67CBF2

Tints of Maya Blue #67CBF2

RGB

 RED value IS 103 (40.63% from 255) = 18.8%

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

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

R = 18.8%
G = 37.04%
B = 44.16%

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

#67CBF2 (or 0x67CBF2) is known color: Maya Blue. HEX triplet: 67, CB and F2. RGB value is (103,203,242). Sum of RGB (Red+Green+Blue) = 103+203+242=548 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.80% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 242 (94.92% from 255 or 44.16% from 548); Max value from RGB is 242 - color contains mainly: blue. Hex color #67CBF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67CBF2 is #98340D. Grayscale: #B1B1B1. Windows color (decimal): -9974798 or 15911783. OLE color: 15911783.

HSL color Cylindrical-coordinate representation of color #67CBF2: hue angle of 196.83º 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 #67CBF2 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 103 203 242 -
CMYK 0.57 0.16 0 0.05
HSL 196.83º 0.84% 0.68% -
HSV(B) 196.83º 0.57% 0.95% -
XYZ 42.98 52.01 91.78 -
YUV 177.55 164.37 74.83 -
System Red Green Blue C M Y K H S L
Decimal 103 203 242 0.57 0.16 0 0.05 196.83 0.84 0.68
Hex 67 CB F2 39 10 0 5 C5 54 44
Octal 147 313 362 71 20 0 5 305 124 104
Binary 1100111 11001011 11110010 111001 10000 0 101 11000101 1010100 1000100

Color Harmonies of #67CBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67CBF2

Black with #67CBF2

Text Example


Text Example

White with #67CBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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