Html Css Color HEX #6AFAF7 Baby Blue

📋 copy color: '#6AFAF7'

red 106 ◦ green 250 ◦ blue 247

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

Shades of Baby Blue #6AFAF7

Tints of Baby Blue #6AFAF7

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.46%

 BLUE value IS 247 (96.88% from 255) = 40.96%

R = 17.58%
G = 41.46%
B = 40.96%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#6AFAF7 (or 0x6AFAF7) is known color: Baby Blue. HEX triplet: 6A, FA and F7. RGB value is (106,250,247). Sum of RGB (Red+Green+Blue) = 106+250+247=603 (79% of max value = 765). Red value is 106 (41.80% from 255 or 17.58% from 603); Green value is 250 (98.05% from 255 or 41.46% from 603); Blue value is 247 (96.88% from 255 or 40.96% from 603); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFAF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AFAF7 is #950508. Grayscale: #CECECE. Windows color (decimal): -9766153 or 16251498. OLE color: 16251498.

HSL color Cylindrical-coordinate representation of color #6AFAF7: hue angle of 178.75º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFAF7 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB 106 250 247 -
CMYK 0.58 0 0.01 0.02
HSL 178.75º 0.94% 0.7% -
HSV(B) 178.75º 0.58% 0.98% -
XYZ 56.92 78.15 100.08 -
YUV 206.6 150.79 56.24 -
System Red Green Blue C M Y K H S L
Decimal 106 250 247 0.58 0 0.01 0.02 178.75 0.94 0.7
Hex 6A FA F7 3A 0 1 2 B3 5E 46
Octal 152 372 367 72 0 1 2 263 136 106
Binary 1101010 11111010 11110111 111010 0 1 10 10110011 1011110 1000110

Color Harmonies of #6AFAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFAF7

Black with #6AFAF7

Text Example


Text Example

White with #6AFAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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