Html Css Color HEX #69CFFD Maya Blue

📋 copy color: '#69CFFD'

red 105 ◦ green 207 ◦ blue 253

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

Shades of Maya Blue #69CFFD

Tints of Maya Blue #69CFFD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.64%

 BLUE value IS 253 (99.22% from 255) = 44.78%

R = 18.58%
G = 36.64%
B = 44.78%

CMYK

 C value IS 0.58

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#69CFFD (or 0x69CFFD) is known color: Maya Blue. HEX triplet: 69, CF and FD. RGB value is (105,207,253). Sum of RGB (Red+Green+Blue) = 105+207+253=565 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.58% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #69CFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CFFD is #963002. Grayscale: #B5B5B5. Windows color (decimal): -9842691 or 16633705. OLE color: 16633705.

HSL color Cylindrical-coordinate representation of color #69CFFD: hue angle of 198.65º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69CFFD is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 105 207 253 -
CMYK 0.58 0.18 0 0.01
HSL 198.65º 0.97% 0.7% -
HSV(B) 198.65º 0.58% 0.99% -
XYZ 45.87 54.72 101.07 -
YUV 181.75 168.21 73.26 -
System Red Green Blue C M Y K H S L
Decimal 105 207 253 0.58 0.18 0 0.01 198.65 0.97 0.7
Hex 69 CF FD 3A 12 0 1 C7 61 46
Octal 151 317 375 72 22 0 1 307 141 106
Binary 1101001 11001111 11111101 111010 10010 0 1 11000111 1100001 1000110

Color Harmonies of #69CFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CFFD

Black with #69CFFD

Text Example


Text Example

White with #69CFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,207,253); }

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

background-color css

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

 a { background-color: rgb(105,207,253); }

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

border-color css

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

 span { border-color: rgb(105,207,253); }

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