Html Css Color HEX #69CBF0 Maya Blue

📋 copy color: '#69CBF0'

red 105 ◦ green 203 ◦ blue 240

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

Shades of Maya Blue #69CBF0

Tints of Maya Blue #69CBF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.8%

R = 19.16%
G = 37.04%
B = 43.8%

CMYK

 C value IS 0.56

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#69CBF0 (or 0x69CBF0) is known color: Maya Blue. HEX triplet: 69, CB and F0. RGB value is (105,203,240). Sum of RGB (Red+Green+Blue) = 105+203+240=548 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.16% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 240 (94.14% from 255 or 43.80% from 548); Max value from RGB is 240 - color contains mainly: blue. Hex color #69CBF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CBF0 is #96340F. Grayscale: #B1B1B1. Windows color (decimal): -9843728 or 15780713. OLE color: 15780713.

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

Color convert

RGB 105 203 240 -
CMYK 0.56 0.15 0 0.06
HSL 196.44º 0.82% 0.68% -
HSV(B) 196.44º 0.56% 0.94% -
XYZ 42.91 52.01 90.21 -
YUV 177.92 163.03 75.99 -
System Red Green Blue C M Y K H S L
Decimal 105 203 240 0.56 0.15 0 0.06 196.44 0.82 0.68
Hex 69 CB F0 38 F 0 6 C4 52 44
Octal 151 313 360 70 17 0 6 304 122 104
Binary 1101001 11001011 11110000 111000 1111 0 110 11000100 1010010 1000100

Color Harmonies of #69CBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CBF0

Black with #69CBF0

Text Example


Text Example

White with #69CBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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