Html Css Color HEX #69CBF1 Maya Blue

📋 copy color: '#69CBF1'

red 105 ◦ green 203 ◦ blue 241

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

Shades of Maya Blue #69CBF1

Tints of Maya Blue #69CBF1

RGB

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

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

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

R = 19.13%
G = 36.98%
B = 43.9%

CMYK

 C value IS 0.56

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#69CBF1 (or 0x69CBF1) is known color: Maya Blue. HEX triplet: 69, CB and F1. RGB value is (105,203,241). Sum of RGB (Red+Green+Blue) = 105+203+241=549 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.13% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #69CBF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CBF1 is #96340E. Grayscale: #B1B1B1. Windows color (decimal): -9843727 or 15846249. OLE color: 15846249.

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

Color convert

RGB 105 203 241 -
CMYK 0.56 0.16 0 0.05
HSL 196.76º 0.83% 0.68% -
HSV(B) 196.76º 0.56% 0.95% -
XYZ 43.06 52.07 91 -
YUV 178.03 163.53 75.91 -
System Red Green Blue C M Y K H S L
Decimal 105 203 241 0.56 0.16 0 0.05 196.76 0.83 0.68
Hex 69 CB F1 38 10 0 5 C5 53 44
Octal 151 313 361 70 20 0 5 305 123 104
Binary 1101001 11001011 11110001 111000 10000 0 101 11000101 1010011 1000100

Color Harmonies of #69CBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CBF1

Black with #69CBF1

Text Example


Text Example

White with #69CBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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