Html Css Color HEX #6AFEFD Baby Blue

📋 copy color: '#6AFEFD'

red 106 ◦ green 254 ◦ blue 253

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

Shades of Baby Blue #6AFEFD

Tints of Baby Blue #6AFEFD

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.44%

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

R = 17.29%
G = 41.44%
B = 41.27%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#6AFEFD (or 0x6AFEFD) is known color: Baby Blue. HEX triplet: 6A, FE and FD. RGB value is (106,254,253). Sum of RGB (Red+Green+Blue) = 106+254+253=613 (81% of max value = 765). Red value is 106 (41.80% from 255 or 17.29% from 613); Green value is 254 (99.61% from 255 or 41.44% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 254 - color contains mainly: green. Hex color #6AFEFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AFEFD is #950102. Grayscale: #D1D1D1. Windows color (decimal): -9765123 or 16645738. OLE color: 16645738.

HSL color Cylindrical-coordinate representation of color #6AFEFD: hue angle of 179.59º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFEFD is Cyan = 0.58, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.

Color convert

RGB 106 254 253 -
CMYK 0.58 0 0.00 0.00
HSL 179.59º 0.99% 0.71% -
HSV(B) 179.59º 0.58% 1% -
XYZ 59.12 81.04 105.46 -
YUV 209.63 152.47 54.08 -
System Red Green Blue C M Y K H S L
Decimal 106 254 253 0.58 0 0.00 0.00 179.59 0.99 0.71
Hex 6A FE FD 3A 0 0 0 B4 63 47
Octal 152 376 375 72 0 0 0 264 143 107
Binary 1101010 11111110 11111101 111010 0 0 0 10110100 1100011 1000111

Color Harmonies of #6AFEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFEFD

Black with #6AFEFD

Text Example


Text Example

White with #6AFEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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