Html Css Color HEX #69CCF3 Maya Blue

📋 copy color: '#69CCF3'

red 105 ◦ green 204 ◦ blue 243

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

Shades of Maya Blue #69CCF3

Tints of Maya Blue #69CCF3

RGB

 RED value IS 105 (41.41% from 255) = 19.02%

 GREEN value IS 204 (80.08% from 255) = 36.96%

 BLUE value IS 243 (95.31% from 255) = 44.02%

R = 19.02%
G = 36.96%
B = 44.02%

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

#69CCF3 (or 0x69CCF3) is known color: Maya Blue. HEX triplet: 69, CC and F3. RGB value is (105,204,243). Sum of RGB (Red+Green+Blue) = 105+204+243=552 (73% of max value = 765). Red value is 105 (41.41% from 255 or 19.02% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 243 (95.31% from 255 or 44.02% from 552); Max value from RGB is 243 - color contains mainly: blue. Hex color #69CCF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CCF3 is #96330C. Grayscale: #B2B2B2. Windows color (decimal): -9843469 or 15977577. OLE color: 15977577.

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

Color convert

RGB 105 204 243 -
CMYK 0.57 0.16 0 0.05
HSL 196.96º 0.85% 0.68% -
HSV(B) 196.96º 0.57% 0.95% -
XYZ 43.6 52.66 92.66 -
YUV 178.85 164.2 75.33 -
System Red Green Blue C M Y K H S L
Decimal 105 204 243 0.57 0.16 0 0.05 196.96 0.85 0.68
Hex 69 CC F3 39 10 0 5 C5 55 44
Octal 151 314 363 71 20 0 5 305 125 104
Binary 1101001 11001100 11110011 111001 10000 0 101 11000101 1010101 1000100

Color Harmonies of #69CCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CCF3

Black with #69CCF3

Text Example


Text Example

White with #69CCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69CCF3; }

 p { color: rgb(105,204,243); }

 H1.HeaderClassName
 {
   color: #69CCF3;
 }
 .AnyTagClassName
 {
   color: #69CCF3;
 }
</style>

background-color css

<style>
 a { background-color: #69CCF3; }

 a { background-color: rgb(105,204,243); }

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

border-color css

<style>
 span { border-color: #69CCF3; }

 span { border-color: rgb(105,204,243); }

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