Html Css Color HEX #6BFCF7 Baby Blue

📋 copy color: '#6BFCF7'

red 107 ◦ green 252 ◦ blue 247

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

Shades of Baby Blue #6BFCF7

Tints of Baby Blue #6BFCF7

RGB

 RED value IS 107 (42.19% from 255) = 17.66%

 GREEN value IS 252 (98.83% from 255) = 41.58%

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

R = 17.66%
G = 41.58%
B = 40.76%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#6BFCF7 (or 0x6BFCF7) is known color: Baby Blue. HEX triplet: 6B, FC and F7. RGB value is (107,252,247). Sum of RGB (Red+Green+Blue) = 107+252+247=606 (80% of max value = 765). Red value is 107 (42.19% from 255 or 17.66% from 606); Green value is 252 (98.83% from 255 or 41.58% from 606); Blue value is 247 (96.88% from 255 or 40.76% from 606); Max value from RGB is 252 - color contains mainly: green. Hex color #6BFCF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFCF7 is #940308. Grayscale: #CFCFCF. Windows color (decimal): -9700105 or 16252011. OLE color: 16252011.

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

Color convert

RGB 107 252 247 -
CMYK 0.58 0 0.02 0.01
HSL 177.93º 0.96% 0.7% -
HSV(B) 177.93º 0.58% 0.99% -
XYZ 57.66 79.46 100.29 -
YUV 208.08 149.96 55.91 -
System Red Green Blue C M Y K H S L
Decimal 107 252 247 0.58 0 0.02 0.01 177.93 0.96 0.7
Hex 6B FC F7 3A 0 2 1 B2 60 46
Octal 153 374 367 72 0 2 1 262 140 106
Binary 1101011 11111100 11110111 111010 0 10 1 10110010 1100000 1000110

Color Harmonies of #6BFCF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFCF7

Black with #6BFCF7

Text Example


Text Example

White with #6BFCF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,252,247); }

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

background-color css

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

 a { background-color: rgb(107,252,247); }

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

border-color css

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

 span { border-color: rgb(107,252,247); }

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