Html Css Color HEX #6FCAFF Maya Blue

📋 copy color: '#6FCAFF'

red 111 ◦ green 202 ◦ blue 255

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

Shades of Maya Blue #6FCAFF

Tints of Maya Blue #6FCAFF

RGB

 RED value IS 111 (43.75% from 255) = 19.54%

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

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

R = 19.54%
G = 35.56%
B = 44.89%

CMYK

 C value IS 0.56

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6FCAFF (or 0x6FCAFF) is known color: Maya Blue. HEX triplet: 6F, CA and FF. RGB value is (111,202,255). Sum of RGB (Red+Green+Blue) = 111+202+255=568 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.54% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #6FCAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCAFF is #903500. Grayscale: #B4B4B4. Windows color (decimal): -9450753 or 16763503. OLE color: 16763503.

HSL color Cylindrical-coordinate representation of color #6FCAFF: hue angle of 202.08º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FCAFF is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 111 202 255 -
CMYK 0.56 0.21 0 0
HSL 202.08º 1% 0.72% -
HSV(B) 202.08º 0.56% 1% -
XYZ 45.73 52.84 102.4 -
YUV 180.83 169.85 78.19 -
System Red Green Blue C M Y K H S L
Decimal 111 202 255 0.56 0.21 0 0 202.08 1 0.72
Hex 6F CA FF 38 15 0 0 CA 64 48
Octal 157 312 377 70 25 0 0 312 144 110
Binary 1101111 11001010 11111111 111000 10101 0 0 11001010 1100100 1001000

Color Harmonies of #6FCAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCAFF

Black with #6FCAFF

Text Example


Text Example

White with #6FCAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6FCAFF; }

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

 H1.HeaderClassName
 {
   color: #6FCAFF;
 }
 .AnyTagClassName
 {
   color: #6FCAFF;
 }
</style>

background-color css

<style>
 a { background-color: #6FCAFF; }

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

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

border-color css

<style>
 span { border-color: #6FCAFF; }

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

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