Html Css Color HEX #6AFDEC Baby Blue

📋 copy color: '#6AFDEC'

red 106 ◦ green 253 ◦ blue 236

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

Shades of Baby Blue #6AFDEC

Tints of Baby Blue #6AFDEC

RGB

 RED value IS 106 (41.8% from 255) = 17.82%

 GREEN value IS 253 (99.22% from 255) = 42.52%

 BLUE value IS 236 (92.58% from 255) = 39.66%

R = 17.82%
G = 42.52%
B = 39.66%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#6AFDEC (or 0x6AFDEC) is known color: Baby Blue. HEX triplet: 6A, FD and EC. RGB value is (106,253,236). Sum of RGB (Red+Green+Blue) = 106+253+236=595 (78% of max value = 765). Red value is 106 (41.80% from 255 or 17.82% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #6AFDEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AFDEC is #950213. Grayscale: #CFCFCF. Windows color (decimal): -9765396 or 15531370. OLE color: 15531370.

HSL color Cylindrical-coordinate representation of color #6AFDEC: hue angle of 173.06º 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 #6AFDEC is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 106 253 236 -
CMYK 0.58 0 0.07 0.01
HSL 173.06º 0.97% 0.7% -
HSV(B) 173.06º 0.58% 0.99% -
XYZ 56.21 79.37 91.71 -
YUV 207.11 144.3 55.88 -
System Red Green Blue C M Y K H S L
Decimal 106 253 236 0.58 0 0.07 0.01 173.06 0.97 0.7
Hex 6A FD EC 3A 0 7 1 AD 61 46
Octal 152 375 354 72 0 7 1 255 141 106
Binary 1101010 11111101 11101100 111010 0 111 1 10101101 1100001 1000110

Color Harmonies of #6AFDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFDEC

Black with #6AFDEC

Text Example


Text Example

White with #6AFDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6AFDEC; }

 p { color: rgb(106,253,236); }

 H1.HeaderClassName
 {
   color: #6AFDEC;
 }
 .AnyTagClassName
 {
   color: #6AFDEC;
 }
</style>

background-color css

<style>
 a { background-color: #6AFDEC; }

 a { background-color: rgb(106,253,236); }

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

border-color css

<style>
 span { border-color: #6AFDEC; }

 span { border-color: rgb(106,253,236); }

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