Html Css Color HEX #67CAFF Maya Blue

📋 copy color: '#67CAFF'

red 103 ◦ green 202 ◦ blue 255

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

Shades of Maya Blue #67CAFF

Tints of Maya Blue #67CAFF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.07%

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

R = 18.39%
G = 36.07%
B = 45.54%

CMYK

 C value IS 0.60

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#67CAFF (or 0x67CAFF) is known color: Maya Blue. HEX triplet: 67, CA and FF. RGB value is (103,202,255). Sum of RGB (Red+Green+Blue) = 103+202+255=560 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.39% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #67CAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67CAFF is #983500. Grayscale: #B2B2B2. Windows color (decimal): -9975041 or 16763495. OLE color: 16763495.

HSL color Cylindrical-coordinate representation of color #67CAFF: hue angle of 200.92º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #67CAFF is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 103 202 255 -
CMYK 0.60 0.21 0 0
HSL 200.92º 1% 0.7% -
HSV(B) 200.92º 0.6% 1% -
XYZ 44.76 52.34 102.35 -
YUV 178.44 171.2 74.19 -
System Red Green Blue C M Y K H S L
Decimal 103 202 255 0.60 0.21 0 0 200.92 1 0.7
Hex 67 CA FF 3C 15 0 0 C9 64 46
Octal 147 312 377 74 25 0 0 311 144 106
Binary 1100111 11001010 11111111 111100 10101 0 0 11001001 1100100 1000110

Color Harmonies of #67CAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67CAFF

Black with #67CAFF

Text Example


Text Example

White with #67CAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,202,255); }

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

background-color css

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

 a { background-color: rgb(103,202,255); }

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

border-color css

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

 span { border-color: rgb(103,202,255); }

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