Html Css Color HEX #69CCF1 Maya Blue

📋 copy color: '#69CCF1'

red 105 ◦ green 204 ◦ blue 241

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

Shades of Maya Blue #69CCF1

Tints of Maya Blue #69CCF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.82%

R = 19.09%
G = 37.09%
B = 43.82%

CMYK

 C value IS 0.56

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#69CCF1 (or 0x69CCF1) is known color: Maya Blue. HEX triplet: 69, CC and F1. RGB value is (105,204,241). Sum of RGB (Red+Green+Blue) = 105+204+241=550 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.09% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 241 (94.53% from 255 or 43.82% from 550); Max value from RGB is 241 - color contains mainly: blue. Hex color #69CCF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CCF1 is #96330E. Grayscale: #B2B2B2. Windows color (decimal): -9843471 or 15846505. OLE color: 15846505.

HSL color Cylindrical-coordinate representation of color #69CCF1: hue angle of 196.32º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69CCF1 is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 105 204 241 -
CMYK 0.56 0.15 0 0.05
HSL 196.32º 0.83% 0.68% -
HSV(B) 196.32º 0.56% 0.95% -
XYZ 43.3 52.54 91.08 -
YUV 178.62 163.2 75.49 -
System Red Green Blue C M Y K H S L
Decimal 105 204 241 0.56 0.15 0 0.05 196.32 0.83 0.68
Hex 69 CC F1 38 F 0 5 C4 53 44
Octal 151 314 361 70 17 0 5 304 123 104
Binary 1101001 11001100 11110001 111000 1111 0 101 11000100 1010011 1000100

Color Harmonies of #69CCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CCF1

Black with #69CCF1

Text Example


Text Example

White with #69CCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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