Html Css Color HEX #6AFEFA Baby Blue

📋 copy color: '#6AFEFA'

red 106 ◦ green 254 ◦ blue 250

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

Shades of Baby Blue #6AFEFA

Tints of Baby Blue #6AFEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.98%

R = 17.38%
G = 41.64%
B = 40.98%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#6AFEFA (or 0x6AFEFA) is known color: Baby Blue. HEX triplet: 6A, FE and FA. RGB value is (106,254,250). Sum of RGB (Red+Green+Blue) = 106+254+250=610 (80% of max value = 765). Red value is 106 (41.80% from 255 or 17.38% from 610); Green value is 254 (99.61% from 255 or 41.64% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 254 - color contains mainly: green. Hex color #6AFEFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AFEFA is #950105. Grayscale: #D1D1D1. Windows color (decimal): -9765126 or 16449130. OLE color: 16449130.

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

Color convert

RGB 106 254 250 -
CMYK 0.58 0 0.02 0.00
HSL 178.38º 0.99% 0.71% -
HSV(B) 178.38º 0.58% 1% -
XYZ 58.64 80.85 102.96 -
YUV 209.29 150.97 54.33 -
System Red Green Blue C M Y K H S L
Decimal 106 254 250 0.58 0 0.02 0.00 178.38 0.99 0.71
Hex 6A FE FA 3A 0 2 0 B2 63 47
Octal 152 376 372 72 0 2 0 262 143 107
Binary 1101010 11111110 11111010 111010 0 10 0 10110010 1100011 1000111

Color Harmonies of #6AFEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFEFA

Black with #6AFEFA

Text Example


Text Example

White with #6AFEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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